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

# IPageRect

> A rectangular region on a page, defined by left/right/top/bottom coordinates.

## What it does

Represents a rectangle of the page.

## Properties

| Name     | Type  | Access     | Description            |
| :------- | :---- | :--------- | :--------------------- |
| `Left`   | `int` | Read/write | The left coordinate.   |
| `Right`  | `int` | Read/write | The right coordinate.  |
| `Top`    | `int` | Read/write | The top coordinate.    |
| `Bottom` | `int` | Read/write | The bottom coordinate. |

## Related topics

* [IPageInfo](/vantage/documentation/scanning-station/admin/i-page-info)
* [IBarcodeFindingOptions](/vantage/documentation/scanning-station/admin/i-barcode-finding-options)
* [IImageSavingOptions](/vantage/documentation/scanning-station/admin/i-image-saving-options)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
