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

# IPageItem

> IPageItem represents a page shown in the FlexiCapture documents window: select the page, read its rectangle, and reach its document and task window.

## What it does

Represents a page in the [documents window](/flexi-capture/appendix/scripts-shell/idocumentswindow).

## Properties

| **Name**     | **Type**                                                             | **Access** | **Description**                                                                                                      |
| ------------ | -------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------- |
| DeviceRect   | [IShellRect](/flexi-capture/appendix/scripts-shell/i-shell-rect)     | Read-only  | The rectangle occupied by the page in the [IDocumentsWindow](/flexi-capture/appendix/scripts-shell/idocumentswindow) |
| DocumentItem | [IDocumentItem](/flexi-capture/appendix/scripts-shell/idocumentitem) | Read-only  | The document that contains the page                                                                                  |
| Page         | [IPage](/flexi-capture/appendix/scripts/ipage)                       | Read-only  | The page                                                                                                             |
| Selected     | bool                                                                 | Read/write | Specifies whether the page is selected                                                                               |
| TaskWindow   | [ITaskWindow](/flexi-capture/appendix/scripts-shell/itaskwindow)     | Read-only  | The task window                                                                                                      |
