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 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

Dictionary<(Of <(<'String, DocumentProperty>)>)>

See Also