Skip to main content
The ABM_ prefixed flags are used to denote the possible ABBYY FineReader Engine barcode modules whose availability depends on the license. The ILicense::AvailableBarcodeModules property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding ABBYY FineReader Engine barcode module is available in the license.
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;
};

Elements

NameDescription
ABM\_1D1D Barcodes module.
ABM\_AutolocationBarcode Autolocation module.
ABM\_AztecAztec module.
ABM\_DataMatrixDataMatrix module.
ABM\_MaxiCodeMaxiCode module.
ABM\_PDF417PDF417 module.
ABM\_QRCodeQR Code module.

Used in

License ABBYY FineReader Engine 12 Modules