DocumentPageData class
DocumentPageData class
Represents data of the document page. It consists of FieldData objects
which contain field data from the document page.
Inheritance: DocumentPageData →
DocumentData
The DocumentPageData type exposes the following members:
Constructors
| Constructor |
Description |
| init |
Constructs a new instance of DocumentPageData |
Properties
| Property |
Description |
| count |
Gets the total number of the fields data. |
| template |
Gets the template. |
| page_index |
Gets the page index. |
Indexer
Methods
| Method |
Description |
| get_fields_by_name |
Returns the collection of field data where the name is equal to field_name. |
See Also