ContentRangeFormFieldsData Property |
Gets the snapshot of form fields data for all form fields in the current range.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic FormFieldDataCollection FormFieldsData { get; }
Public ReadOnly Property FormFieldsData As FormFieldDataCollection
Get
Property Value
Type:
FormFieldDataCollection
The snapshot of form fields data for all form fields in the current range.
Remarks
This property returns a
snapshot of form fields data for all form fields in the current range at the particular time when this property is first time accessed.
If current range is later expanded with additional form fields, they won't be contained in this property.
To obtain latest snapshot, access
content range again and use its
FormFieldsData property.
See Also