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

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.

このメソッドは画像内の黒い四角形を検出し、その位置を返します。黒い四角形は、記入フォームでアンカーとしてよく使用されます。
Anchors_pict

構文

C++

HRESULT FindBlackSquares( IRegionsCollection** Result );

C#

IRegionsCollection FindBlackSquares();

Visual Basic .NET

Function FindBlackSquares() As IRegionsCollection

パラメーター

Result [out, retval] 見つかった黒い四角形の位置を表す領域を含む RegionsCollection オブジェクトのインターフェイス ポインターを受け取る、IRegionsCollection* 型ポインター変数へのポインターです。

戻り値

このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準の戻り値が返されます。

関連項目

ImageDocument