DocumentData class

DocumentData class

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

The DocumentData type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of DocumentData
init Constructs a new instance of DocumentData

Properties

Property Description
count Gets the total number of the fields data.
template Gets the template.

Gets the field data by an index.

Indexer

Name Description
[index] The zero-based index of the field.

Methods

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

Remarks

An instance of DocumentData class is used as return value of Parser.parse_by_template and Parser.parse_form methods. See the usage examples there.

See Also