@ViewData["CurrentPage"]
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
The BarcodeReader
class is used for image decoding.
BarcodeReader
Class MethodsThe following methods are related to the initialization of BarcodeReader
instances.
Method | Description |
---|---|
createInstance |
Create a BarcodeReader instance. |
detectEnvironment |
Detect the current environment. |
isLoaded |
Check if the decoding module is loaded. |
loadWasm |
Manually load and compile the decoding WASM module. |
BarcodeReader
Instance MethodsMethod | Description |
---|---|
destroy |
Destroy the BarcodeReader instance. |
The following methods are related to decoding barcodes.
Method | Description |
---|---|
decode |
Decode barcodes from images, binary data, URLs, and more. |
decodeBase64String |
Decode barcodes from a base64 encoded string. |
decodeBuffer |
Decode barcodes from raw buffer. |
decodeUrl |
Decode barcodes from a URL. |
The following methods are related to customizing mode and runtime settings.
Method | Description |
---|---|
getRuntimeSettings |
Get current runtime settings. |
resetRuntimeSettings |
Reset runtime settings to default. |
updateRuntimeSettings |
Modify and update the current runtime settings. |
getModeArgument |
Get argument value for the specified mode parameter. |
setModeArgument |
Set argument value for the specified mode parameter. |
latest version