メインコンテンツへスキップ
このプロパティでは、名刺 field の単一の component に、その component の index を指定してアクセスできます。

構文

C++

HRESULT get_Component(
   int                           Index,
   IBusinessCardFieldComponent** Result
);

C#

IBusinessCardFieldComponent get_Component(int Index);

Visual Basic .NET

ReadOnly Property Component(Index As Integer) As IBusinessCardFieldComponent

パラメーター

Index [in] component の index を指定します。0 以上 IBusinessCardField::ComponentsCount-1 以下の範囲である必要があります。 Result [out, retval] 出力 BusinessCardFieldComponent object のインターフェイス ポインターを受け取る、IBusinessCardFieldComponent* ポインター変数へのポインターです。

戻り値

この関数に固有の戻り値はありません。戻り値として、ABBYY FineReader Engine 関数の標準戻り値が返されます。

関連項目

BusinessCardField 名刺認識 Properties の使用