Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
BarcodeReader
PropertiesProperty | Description |
---|---|
_bUseFullFeature |
If set to true , use the fully-featured WASM module. |
bDestroyed |
Indicates whether a BarcodeReader object has been destroyed. |
bSaveOriCanvas |
If set to true , save the original image to canvas. |
oriCanvas |
The original canvas element. |
Set usage of compact or full featured SDK. If set to true
, use the fully-featured WASM module.
Note: this API may change in the future.
Dynamsoft.BarcodeReader._bUseFullFeature = Boolean
false
for web
Dynamsoft.BarcodeReader._bUseFullFeature = true;
await Dynamsoft.BarcodeReader.loadWasm();
loadWasm
.latest version