DocumentPageData class

DocumentPageData class

Represents data of the document page. It consists of FieldData objects which contain field data from the document page.

Inheritance: DocumentPageDataDocumentData

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

Name Description
[index]

Methods

Method Description
get_fields_by_name Returns the collection of field data where the name is equal to field_name.

See Also