| 
CustomDocumentProperties
Item Property (String)
  | 
 Gets or sets property by specified name.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
- 
 Type:
 
System
String
 
 
Property Value
 
 Type:
 
DocumentProperty
 
 
 See Also
See Also