| 
IBody
FormFields Property
  | 
 Gets the form fields.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
FormFieldCollection FormFields { get; }
 
ReadOnly Property FormFields As FormFieldCollection
	Get
 
property FormFieldCollection^ FormFields {
	FormFieldCollection^ get ();
}
 
abstract FormFields : FormFieldCollection with get
 
 
 
Property Value
 
 Type:
 
FormFieldCollection
 
 The form fields.
 
 See Also
See Also