メインコンテンツへスキップ

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.

このメソッドを使用すると、指定した座標のドキュメント領域が表示されるように、画像ビューを可能な範囲でスクロールできます。

構文

C++

HRESULT ShowDocumentArea( IFRRectangle* Value );

C#

void ShowDocumentArea( IFRRectangle Value );

Visual Basic .NET

Sub ShowDocumentArea(Value As IFRRectangle)

パラメーター

[in] ドキュメント領域の座標をピクセル単位で指定する FRRectangle オブジェクトを指定します。座標はドキュメント画像を基準とします。

戻り値

このメソッドには固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値を返します。

関連項目

ImageViewer