> ## 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

> The Page object — properties of a single document page in a Condition activity script.

`Page` represents a single page of the document being processed in a Condition activity.

## Properties

| Name            | Type   | Access    | Description                                      |
| :-------------- | :----- | :-------- | :----------------------------------------------- |
| **Id**          | string | Read-only | The unique identifier of the page.               |
| **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 (starting at 0). |

## Related topics

<CardGroup cols={3}>
  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/process/condition-activity/document">
    The document being processed by the Condition activity.
  </Card>

  <Card title="SourceFile" icon="file-import" href="/vantage/documentation/skill-designer/process/condition-activity/source-file">
    Represents a source file of the document being processed.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/condition-activity/object-model">
    Full JavaScript object reference for Condition activity scripts.
  </Card>
</CardGroup>
