Gets fields of the documnet.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public FieldCollection Fields { get; }
 
Public ReadOnly Property Fields As FieldCollection
	Get
 
public:
property FieldCollection^ Fields {
	FieldCollection^ get ();
}
 
member Fields : FieldCollection with get
 
 
 
Property Value
 
 Type:
 
FieldCollection
 
 
 See Also
See Also