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

# IPageInfo

> Physical and color properties of a page — dimensions, resolution, source, and color mode.

## What it does

Stores the page properties.

## Properties

| Name           | Type                                                                                | Access    | Description                               |
| :------------- | :---------------------------------------------------------------------------------- | :-------- | :---------------------------------------- |
| `Height`       | `int`                                                                               | Read-only | The height of the page.                   |
| `Width`        | `int`                                                                               | Read-only | The width of the page.                    |
| `Resolution`   | `int`                                                                               | Read-only | The resolution of the page.               |
| `SourceInfo`   | [IPageSourceInfo](/vantage/documentation/scanning-station/admin/i-page-source-info) | Read-only | Information about the source of the page. |
| `IsBlackWhite` | `bool`                                                                              | Read-only | Whether the page is black-and-white.      |
| `IsColor`      | `bool`                                                                              | Read-only | Whether the page is in color.             |
| `IsGrayscale`  | `bool`                                                                              | Read-only | Whether the page is grayscale.            |

## Related topics

* [IPageRect](/vantage/documentation/scanning-station/admin/i-page-rect)
* [IPageSourceInfo](/vantage/documentation/scanning-station/admin/i-page-source-info)
* [IDocumentInfo](/vantage/documentation/scanning-station/admin/i-document-info)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
