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

> Rectangle class providing read-write pixel coordinates (Left, Top, Right, Bottom) for rectangular areas on document images in a Splitter Script activity.

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

## Properties

| Name     | Data Type | Access Level | Description                                                    |
| :------- | :-------- | :----------- | :------------------------------------------------------------- |
| `Left`   | `int`     | Read-write   | The x-coordinate of the left boundary of a rectangular area.   |
| `Top`    | `int`     | Read-write   | The y-coordinate of the top boundary of a rectangular area.    |
| `Right`  | `int`     | Read-write   | The x-coordinate of the right boundary of a rectangular area.  |
| `Bottom` | `int`     | Read-write   | The y-coordinate of the bottom boundary of a rectangular area. |
