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

# IPageSourceInfo

> Where a page image came from — scanner details or source file information.

## What it does

Stores information about the source of the page image.

## Properties

| Name            | Type     | Access     | Description                                                                |
| :-------------- | :------- | :--------- | :------------------------------------------------------------------------- |
| `Details`       | `string` | Read/write | Scanner details. Empty for images loaded from a file.                      |
| `Path`          | `string` | Read/write | Path to the file (without the file name). Empty for images from a scanner. |
| `File`          | `string` | Read/write | The name of the file.                                                      |
| `FilePageIndex` | `int`    | Read/write | Page index in the source file. `-1` for images from a scanner.             |

## Related topics

* [IPageInfo](/vantage/documentation/scanning-station/admin/i-page-info)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
