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

# IExportPageSourceInfo

> Find out where an exported page image came from with IExportPageSourceInfo: scanner details for scanned pages or file path, name, and index for imports.

## Methods

Stores information about the source of the page image.

## Properties

| **Name**      | **Type** | **Access** | **Description**                                                                              |
| ------------- | -------- | ---------- | -------------------------------------------------------------------------------------------- |
| Details       | string   | Read-only  | Scanner details. Empty for images received from file.                                        |
| Path          | string   | Read-only  | The path to the file (without the name of the file). Empty for images received from scanner. |
| File          | string   | Read-only  | The name of the file.                                                                        |
| FilePageIndex | int      | Read-only  | The page index in the source file. "-1" for images received from scanner.                    |
