Page represents a single page of a document, including its image dimensions and source file.
Properties
| Name | Type | Access level | Description |
|---|---|---|---|
| Id | string | Read-only | The page identifier. |
| ImageHeight | uint | Read-only | The height of the page image in pixels. |
| ImageWidth | uint | Read-only | The width of the page image in pixels. |
| Index | int | Read-only | The page number in the document. Indexing starts at 0. |
| SourceFile | SourceFile | Read-only | The source file this page was extracted from. |
