要素
| Name | Description |
|---|---|
| BS_2Digits | 2 桁の補助バーコード。 |
| BS_5Digits | 5 桁の補助バーコード。 |
| BS_Autodetect | 認識時に、ABBYY FineReader Engine で補助バーコードの種類を自動検出するよう指定します。 |
| BS_Void | 補助バーコードなし。 |
typedef enum {
BS_Void = 0x00000001,
BS_2Digits = 0x00000002,
BS_5Digits = 0x00000004,
BS_Autodetect = BS_Void | BS_2Digits | BS_5Digits
} BarcodeSupplementTypeEnum;
| Name | Description |
|---|---|
| BS_2Digits | 2 桁の補助バーコード。 |
| BS_5Digits | 5 桁の補助バーコード。 |
| BS_Autodetect | 認識時に、ABBYY FineReader Engine で補助バーコードの種類を自動検出するよう指定します。 |
| BS_Void | 補助バーコードなし。 |
このページは役に立ちましたか?