Skip to main content
Provides access to source pages of documents.

Properties

NameTypeAccess LevelDescription
IdstringRead-onlyThe page identifier.
ImageHeightuintRead-onlyThe height of the page image in pixels.
ImageWidthuintRead-onlyThe width of the page image in pixels.
IndexintRead-onlyThe index of the page in the document. The indexing starts with 0.
SourceFileSourceFileRead-onlyThe source file.
RuleErrorsRuleError[]Read-onlyThe list of rule errors detected on the page.

Methods

NameDescription
Field GetField(string fieldDefinitionId);Gets the field by its identifier in the document definition.
Field GetFields(string fieldDefinitionId);Returns a list of fields by a field identifier in the document definition. This method gets all instances of a repeating field.