跳轉到主要內容
此屬性可透過元件索引,存取名片欄位中的單一元件。

語法

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] 指定元件的索引。必須在 0 到 IBusinessCardField::ComponentsCount-1 的範圍內。 Result [out, retval] 指向 IBusinessCardFieldComponent* 指標變數的指標;該變數會接收輸出 BusinessCardFieldComponent 物件的介面指標。

回傳值

此函式沒有特定的回傳值。它會回傳 ABBYY FineReader Engine 函式的標準回傳值

另請參閱

BusinessCardField 名片辨識 使用 Properties