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

# IFieldRegion

> IFieldRegion object in FlexiCapture scripts: a single region of a document field with its page, rectangles, surrounding rect, and a Delete method.

## What it does

Represents a region of the document field.

<a id="webverificationavailableinterface" />

<Note>
  Some methods and properties of this object are not available on the Web Verification Station for checking rules locally. The methods and properties that are not supported are marked with an asterisk (\*).
</Note>

## Methods

| **Definition** | **Description**         |
| -------------- | ----------------------- |
| Delete( )      | Deletes a field region. |

## Properties

| **Name**                                         | **Type**                                                         | **Access** | **Description**                                                                   |
| ------------------------------------------------ | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------------------------------- |
| Field                                            | [IField](/flexi-capture/appendix/scripts/ifield)                 | Read-only  | The document field that corresponds to the region. The property value can be "0". |
| IsMatched                                        | bool                                                             | Read-only  | Specifies whether the region is matched                                           |
| Page                                             | [IPage](/flexi-capture/appendix/scripts/ipage)                   | Read-only  | The page that contains the region                                                 |
| PageIndex                                        | int                                                              | Read/write | The number of the page in the document the region is located on                   |
| Picture [\*](#webverificationavailableinterface) | [IPictureObject](/flexi-capture/appendix/scripts/ipictureobject) | Read-only  | The picture that corresponds to the region                                        |
| Rects                                            | [IRects](/flexi-capture/appendix/scripts/irects)                 | Read-only  | The array of rectangles the region consists of                                    |
| SurroundingRect                                  | [IRect](/flexi-capture/appendix/scripts/irect)                   | Read-only  | The rectangle that describes the whole region                                     |

<Note>
  In the [custom recognition](/flexi-capture/appendix/scripts/script-recognition) script the value of the **Field** property is always "0" as the field does not exist at the time of recognition.
</Note>
