FieldData
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.
public sealed class FieldData
| Name | Description |
|---|---|
| FieldData(string, PageArea) | Initializes a new instance of the FieldData class with UPPER CASE name. |
| FieldData(string, PageArea, bool) | Initializes a new instance of the FieldData class. |
| FieldData(string, PageArea, FieldData) | Initializes a new instance of the FieldData class with UPPER CASE name. |
| FieldData(string, PageArea, FieldData, bool) | Initializes a new instance of the FieldData class. |
| Name | Description |
|---|---|
| LinkedField { get; } | Gets the linked field. |
| Name { get; } | Gets the field name. |
| PageArea { get; } | Gets the value of the field. |
| PageIndex { get; } | Gets the page index. |
| Text { get; } | Gets the text. |
| UseUpperCaseName { get; } | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
The instances of FieldData class are used in DocumentData collection.
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
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.