| 
CustomDocumentProperties
CustomHash Property
  | 
 A dictionary to store custom document properties.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Dictionary<string, DocumentProperty> CustomHash { get; }
 
Public ReadOnly Property CustomHash As Dictionary(Of String, DocumentProperty)
	Get
 
public:
property Dictionary<String^, DocumentProperty^>^ CustomHash {
	Dictionary<String^, DocumentProperty^>^ get ();
}
 
member CustomHash : Dictionary<string, DocumentProperty> with get
 
 
 
Property Value
 
 Type:
 
Dictionary
 
String
 
 ,
 
DocumentProperty
 
 
 See Also
See Also