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

# Rectangle

> The Rectangle object — top-left and bottom-right coordinates of a rectangular area on a page image in a Condition activity script.

`Rectangle` represents a single rectangular area on a page image, defined by its top-left and bottom-right corners.

## Properties

| Name             | Type | Access    | Description                              |
| :--------------- | :--- | :-------- | :--------------------------------------- |
| **BottomRightX** | uint | Read-only | X-coordinate of the bottom-right corner. |
| **BottomRightY** | uint | Read-only | Y-coordinate of the bottom-right corner. |
| **TopLeftX**     | uint | Read-only | X-coordinate of the top-left corner.     |
| **TopLeftY**     | uint | Read-only | Y-coordinate of the top-left corner.     |

## Related topics

<CardGroup cols={3}>
  <Card title="Region" icon="vector-square" href="/vantage/documentation/skill-designer/process/condition-activity/region">
    Area on a page image that contains the text for a field.
  </Card>

  <Card title="Field" icon="font" href="/vantage/documentation/skill-designer/process/condition-activity/field">
    Properties for reading a document field's value, type, and OCR metadata.
  </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>
