Page Class
Page is a public class that represents a page in a document.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a page in a document.
Members
Constructors
Page() - Initializes a new instance of the Page class with no arguments.
Properties
PageIndexInt- The index of the page. The index is 0-based.IndexInTextInt- The index in the text where the textual contents of the page start.PageMetadataList<UiPath.DocumentProcessing.Contracts.Dom.Metadata>- The metadata information of the page.TextLengthInt- The length of the page in its text version.SizeUiPath.DocumentProcessing.Contracts.Box- The page size to which all other boxes are relative to.SkewAngleFloat- The detected skew angle for the page, in degrees.ProcessingSourceUiPath.DocumentProcessing.Contracts.Dom.ProcessingSource- The method by which the page contents have been processed.SectionsUiPath.DocumentProcessing.Contracts.Dom.PageSection- The list of sections identified in the page.RotationUiPath.DocumentProcessing.Contracts.Dom.Rotation- The rotation of the page.