UNPKG

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

49 lines 1.93 kB
export declare enum EnumLicenseModule { /**One-D barcodes license module*/ DM_LM_ONED = "1", /**QR Code barcodes license module*/ DM_LM_QR_CODE = "2", /**PDF417 barcodes license module*/ DM_LM_PDF417 = "3", /**Datamatrix barcodes license module*/ DM_LM_DATAMATRIX = "4", /**Aztec barcodes license module*/ DM_LM_AZTEC = "5", /**MAXICODE barcodes license module*/ DM_LM_MAXICODE = "6", /**Patch code barcodes license module*/ DM_LM_PATCHCODE = "7", /**GS1 Databar barcodes license module*/ DM_LM_GS1_DATABAR = "8", /**GS1 Composite barcodes license module*/ DM_LM_GS1_COMPOSITE = "9", /**Postal code barcodes license module*/ DM_LM_POSTALCODE = "10", /**DotCode barcodes license module*/ DM_LM_DOTCODE = "11", /**Intermediate result license module*/ DM_LM_INTERMEDIATE_RESULT = "12", /**Datamatrix DPM(Direct Part Marking) license module*/ DM_LM_DPM = "13", /**Nonstandard barcodes license module*/ DM_LM_NONSTANDARD_BARCODE = "16" } export declare enum EnumChargeWay { /**The charge way automatically determined by the license server.*/ DM_CW_AUTO = "", /**Charges by the count of devices.*/ DM_CW_DEVICE_COUNT = "DeviceCount", /**Charges by the count of barcode scans.*/ DM_CW_SCAN_COUNT = "ScanCount", /**Charges by the count of concurrent devices.*/ DM_CW_CONCURRENT_DEVICE_COUNT = "ConcurrentDeviceCount", /**Charges by the count of app domains.*/ DM_CW_APP_DOMIAN_COUNT = "Domain", /**Charges by the count of active devices.*/ DM_CW_ACTIVE_DEVICE_COUNT = "ActiveDeviceCount", /**Charges by the count of instances.*/ DM_CW_INSTANCE_COUNT = "InstanceCount", /**Charges by the count of concurrent instances.*/ DM_CW_CONCURRENT_INSTANCE_COUNT = "ConcurrentInstanceCount" } //# sourceMappingURL=common.d.ts.map