Gets or sets property by specified name.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocumentProperty this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As DocumentProperty
	Get
public:
property DocumentProperty^ default[String^ name] {
	DocumentProperty^ get (String^ name);
}
member Item : DocumentProperty with get

Parameters

name
String

Property Value

DocumentProperty

See Also