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

> Provides access to rectangular areas on an image. Coordinates are specified in pixels.

`Rectangle` represents a rectangular area on an image. Coordinates are specified in pixels relative to the page's top-left corner.

## Properties

| Name       | Type | Access level | Description                              |
| :--------- | :--- | :----------- | :--------------------------------------- |
| **Left**   | int  | Read-write   | The x-coordinate of the left boundary.   |
| **Top**    | int  | Read-write   | The y-coordinate of the top boundary.    |
| **Right**  | int  | Read-write   | The x-coordinate of the right boundary.  |
| **Bottom** | int  | Read-write   | The y-coordinate of the bottom boundary. |

## Related topics

<CardGroup cols={2}>
  <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="RectangleList" icon="grip" href="/vantage/documentation/skill-designer/document/rule-verification/rectangle-list">
    A list of rectangle areas on an image.
  </Card>

  <Card title="ImageRegionList" icon="layer-group" href="/vantage/documentation/skill-designer/document/rule-verification/image-region-list">
    A collection of field regions on an image.
  </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>
