Gets the form related data associated with the parent form field or if parent field is not form field.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic FormFieldData FormData { get; }
Public ReadOnly Property FormData As FormFieldData
Get
Property Value
Type:
FormFieldData
The form related data associated with the parent form field or
if parent field is not form field.
See Also