| layout | default-layout |
|---|---|
| title | BarcodeReaderModule Class - Dynamsoft Barcode Reader JavaScript Edition API |
| description | This page introduces APIs related to the BarcodeReaderModule Class of Dynamsoft Barcode Reader JavaScript Edition. |
| keywords | capture vision, Barcode Reader Module, api reference, javascript, js |
| needAutoGenerateSidebar | true |
| needGenerateH3Content | true |
| noTitleIndex | true |
The BarcodeReaderModule Class is defined in the namespace Dynamsoft.DBR.
| API Name | Description |
|---|---|
| static getVersion() | Returns the version of the BarcodeReader module. |
Returns the version of the BarcodeReader module.
static getVersion(): string;Code snippet
const version = Dynamsoft.DBR.BarcodeReaderModule.getVersion();
console.log(version);