FieldData
Contents
 [
        
            Hide
        ]
    FieldData class
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
Constructors
| 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. | 
Properties
| 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. | 
Remarks
The instances of FieldData class are used in DocumentData collection.
See Also
- namespace GroupDocs.Parser.Data
 - assembly GroupDocs.Parser