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

# ImageRegion

> ImageRegion class providing access to a field's rectangular regions on a document page in a Splitter Script activity, including the surrounding rectangle.

Provides access to field regions. Field regions may consist of several different rectangular areas on the image.

## Properties

| Name                   | Data Type       | Access Level | Description                                                            |
| :--------------------- | :-------------- | :----------- | :--------------------------------------------------------------------- |
| `Field`                | `Field`         | Read-only    | The field of the region.                                               |
| `Page`                 | `Page`          | Read-only    | The page of the region.                                                |
| `Rectangles`           | `RectangleList` | Read-write   | A list of all the rectangular areas on the image making up the region. |
| `SurroundingRectangle` | `Rectangle`     | Read-only    | The rectangular area on the image that covers the entire region.       |
