BarcodeFormat
Description
BarcodeFormat is an enumerated type representing various barcode standards.
Currently supported formats: Interleaved 2 of 5, Code39, Code128, EAN and UPC (both with Add-on support).
Possible values of BarcodeFormat:
Values of this enumeration:
- EAN13
 - EAN13Addon2
 - EAN13Addon5
 - EAN8
 - EAN8Addon2
 - EAN8Addon5
 - UPCA
 - UPCAAddon2
 - UPCAAddon5
 - UPCE
 - UPCEAddon2
 - UPCEAddon5
 - CODE128
 - CODE39
 - CODE93
 - Interleaved2of5
 - Pharmacode
 - PharmacodeInversed
 
