> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Page

> Information about a single document page — image dimensions, page index, and source file.

`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](/vantage/documentation/skill-designer/document/rule-verification/source-file) | Read-only    | The source file this page was extracted from.          |

## Related topics

<CardGroup cols={2}>
  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/document/rule-verification/document">
    The Document object — access the document being processed, its pages, and source files.
  </Card>

  <Card title="SourceFile" icon="file-import" href="/vantage/documentation/skill-designer/document/rule-verification/source-file">
    A source file used as input to the document.
  </Card>

  <Card title="ImageRegion" icon="vector-square" href="/vantage/documentation/skill-designer/document/rule-verification/image-region">
    A single field region on an image, possibly composed of multiple rectangles.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/document/rule-verification/object-model">
    Full JavaScript object reference for use in Advanced Script Rules.
  </Card>
</CardGroup>
