跳轉到主要內容
此屬性指定名片上特定型別的欄位數量。

語法

C++

HRESULT get_FieldsCountByType(
   BusinessCardFieldTypeEnum Type,
   int*                      Result
);

C#

int get_FieldsCountByType( BusinessCardFieldTypeEnum Type );

Visual Basic .NET

ReadOnly Property FieldsCountByType(Type As BusinessCardFieldTypeEnum) As Integer

參數

Type [in] 指定欄位的型別。請參閱 BusinessCardFieldTypeEnum 常數的說明。 Result [out, retval] 回傳名片中指定型別的欄位數。

回傳值

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

另請參閱

BusinessCard 屬性的使用