BarcodeReaderModule Class
The BarcodeReaderModule Class is defined in the namespace Dynamsoft.DBR.
| API Name | Description |
|---|---|
| static getVersion() | Returns the version of the BarcodeReader module. |
getVersion
Returns the version of the BarcodeReader module.
static getVersion(): string;
Code snippet
const version = Dynamsoft.DBR.BarcodeReaderModule.getVersion();
console.log(version);