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
36 lines • 1.05 kB
TypeScript
export declare enum EnumBarcodeFormat {
BF_ALL = 4265607167,
BF_ONED = 3147775,
BF_GS1_DATABAR = 260096,
BF_CODE_39 = 1,
BF_CODE_128 = 2,
BF_CODE_93 = 4,
BF_CODABAR = 8,
BF_ITF = 16,
BF_EAN_13 = 32,
BF_EAN_8 = 64,
BF_UPC_A = 128,
BF_UPC_E = 256,
BF_INDUSTRIAL_25 = 512,
BF_CODE_39_EXTENDED = 1024,
BF_GS1_DATABAR_OMNIDIRECTIONAL = 2048,
BF_GS1_DATABAR_TRUNCATED = 4096,
BF_GS1_DATABAR_STACKED = 8192,
BF_GS1_DATABAR_STACKED_OMNIDIRECTIONAL = 16384,
BF_GS1_DATABAR_EXPANDED = 32768,
BF_GS1_DATABAR_EXPANDED_STACKED = 65536,
BF_GS1_DATABAR_LIMITED = 131072,
BF_PATCHCODE = 262144,
BF_PDF417 = 33554432,
BF_QR_CODE = 67108864,
BF_DATAMATRIX = 134217728,
BF_AZTEC = 268435456,
BF_MAXICODE = 536870912,
BF_MICRO_QR = 1073741824,
BF_MICRO_PDF417 = 524288,
BF_GS1_COMPOSITE = 2147483648,
BF_MSI_CODE = 1048576,
BF_CODE_11 = 2097152,
BF_NULL = 0
}
//# sourceMappingURL=enumbarcodeformat.d.ts.map