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

> IPageRect defines a rectangular page area in Scanning Station scripts through left, right, top, and bottom coordinates used for cropping and barcode search.

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