FieldData class
Leave feedback
On this page
Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on.
The FieldData type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the FieldData class with UPPER CASE name. |
| init | Initializes a new instance of the FieldData class. |
| init | Initializes a new instance of the FieldData class with UPPER CASE name. |
| init | Initializes a new instance of the FieldData class. |
| Property | Description |
|---|---|
| name | Gets the field name. |
| page_index | Gets the page index. |
| page_area | Gets the value of the field. |
| text | Gets the text. |
| linked_field | Gets the linked field. |
| use_upper_case_name | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
The instances of FieldData class are used in DocumentData collection.
- module
groupdocs.parser.data - class
DocumentData - class
FieldData
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.