Skip to main content
BarcodeSupplementTypeEnum enumeration constants are used to denote the types of supplementary barcodes that can be recognized by ABBYY FineReader Engine. The barcodes of the EAN 8, 13, UPC-A, and UPC-E types may include supplementary barcodes which may contain 2 or 5 digits.
typedef enum {
 BS_Void       = 0x00000001,
 BS_2Digits    = 0x00000002,
 BS_5Digits    = 0x00000004,
 BS_Autodetect = BS_Void | BS_2Digits | BS_5Digits
} BarcodeSupplementTypeEnum;

Elements

NameDescription
BS\_2Digits2-digit supplementary barcode.
BS\_5Digits5-digit supplementary barcode.
BS\_AutodetectForces ABBYY FineReader Engine to automatically detect the supplementary barcode type during recognition.
BS\_VoidNo supplementary barcode.

Used in

Barcode Types IBarcodeBlock::SupplementType IBarcodeParams::SupplementType