メインコンテンツへスキップ
ABM_ で始まるフラグは、ライセンスによって利用可能かどうかが決まる ABBYY FineReader Engine のバーコード モジュール を示すために使用されます。ILicense::AvailableBarcodeModules プロパティは、これらのフラグのうち 0 個以上をビットORで組み合わせた値を返します。セットされた各ビットは、対応する ABBYY FineReader Engine のバーコード モジュールがライセンスで利用可能であることを示します。
module AvailableBarcodeModulesFlags
{
  const int ABM_1D           = 0x00000001;
  const int ABM_PDF417       = 0x00000002;
  const int ABM_Aztec        = 0x00000004;
  const int ABM_QRCode       = 0x00000008;
  const int ABM_MaxiCode     = 0x00000010;
  const int ABM_DataMatrix   = 0x00000020;
  const int ABM_Autolocation = 0x00000040;
};

要素

名前説明
ABM_1D1D バーコード モジュール。
ABM_Autolocationバーコード自動位置検出 モジュール。
ABM_Aztecアステック モジュール。
ABM_DataMatrixデータマトリックス モジュール。
ABM_MaxiCodeマキシコード モジュール。
ABM_PDF417PDF417 モジュール。
ABM_QRCodeQR コード モジュール。

使用箇所

License ABBYY FineReader Engine 12 Modules