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

> IPageSourceInfo describes the origin of a page image in Scanning Station event scripts, with writable scanner details, file path, name, and page index.

## 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 received from file.                                      |
| Path          | string   | Read/write | A path to the file (without the name of the file). Empty for images received from scanner. |
| File          | string   | Read/write | The name of the file.                                                                      |
| FilePageIndex | int      | Read/write | Page index in the source file. For images received from scanner, its value is "-1".        |
