Click or drag to resize

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
public Dictionary<string, DocumentProperty> CustomHash { get; }

Property Value

Type: Dictionary String , DocumentProperty
See Also