dynamsoft-javascript-barcode
Version:
Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR
16 lines • 482 B
TypeScript
export declare enum EnumBarcodeFormat_2 {
BF2_NULL = 0,
BF2_POSTALCODE = 32505856,
BF2_NONSTANDARD_BARCODE = 1,
BF2_USPSINTELLIGENTMAIL = 1048576,
BF2_POSTNET = 2097152,
BF2_PLANET = 4194304,
BF2_AUSTRALIANPOST = 8388608,
BF2_RM4SCC = 16777216,
BF2_DOTCODE = 2,
BF2_PHARMACODE_ONE_TRACK = 4,
BF2_PHARMACODE_TWO_TRACK = 8,
BF2_PHARMACODE = 12,
BF2_ALL = 4294967295
}
//# sourceMappingURL=enumbarcodeformat_2.d.ts.map