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

# SplitRegions オブジェクトの GetSourcePageIndex メソッド

> ABBYY FineReader Engine API の SplitRegions オブジェクトの GetSourcePageIndex メソッド — 指定した分割領域のソースページのインデックスを返します。

このメソッドは、指定した分割領域のソースページのインデックスを指定します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT GetSourcePageIndex(
  int  Index,
  int* Result
);
```

### C\#

```csharp theme={null}
int GetSourcePageIndex( int Index );
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Function GetSourcePageIndex(Index As Integer) As Integer
```

<div id="parameters">
  ## Parameters
</div>

Index

\[in] コレクション内の分割領域のインデックスを指定します。Parameter の値は、0 から [ISplitRegions::Count](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions#count) プロパティの値までの範囲である必要があります。

Result

\[out, retval] ドキュメント内のソースページのインデックスを指定します。

<div id="return-values">
  ## 戻り値
</div>

このメソッドに固有の戻り値はありません。戻り値としては、[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="see-also">
  ## 関連項目
</div>

[SeparatorBlock](/ja/fine-reader/engine/api-reference/layout-related-objects/separatorblock)

[SplitRegions](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/splitregions)
