DocumentPageData

DocumentPageData class

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

public sealed class DocumentPageData : DocumentData

Constructors

Name Description
DocumentPageData(IEnumerable<FieldData>, int) Initializes a new instance of the DocumentPageData class.

Properties

Name Description
Count { get; } Gets the total number of the fields data.
Item { get; } Gets the field data by an index.
PageIndex { get; } Gets the page index.

Methods

Name Description
GetEnumerator() Returns an enumerator for the fields data.
GetFieldsByName(string) Returns the collection of field data where the name is equal to fieldName.

See Also