| layout | default-layout |
|---|---|
| title | BarcodeReader Module - Dynamsoft Barcode Reader JavaScript Edition API |
| description | This page introduces the BarcodeReader module in Dynamsoft Barcode Reader JavaScript Edition. |
| keywords | barcode reader, module, api reference, javascript, js |
| needAutoGenerateSidebar | true |
| needGenerateH3Content | true |
| noTitleIndex | true |
The BarcodeReader module is defined in the namespace Dynamsoft.DBR. It includes a class named "BarcodeReaderModule" along with various interfaces and enumerations.
This class defines common functionality in the BarcodeReader module. At present, there is only one API.
| API Name | Description |
|---|---|
static getVersion() |
Returns the version of the BarcodeReader module. |
- AztecDetails
- BarcodeDetails
- BarcodeResultItem
- CandidateBarcodeZone
- CandidateBarcodeZonesUnit
- ComplementedBarcodeImageUnit
- DataMatrixDetails
- DecodedBarcodeElement
- DecodedBarcodesResult
- DecodedBarcodesUnit
- DeformationResistedBarcode
- DeformationResistedBarcodeImageUnit
- ECISegment
- ExtendedBarcodeResult
- LocalizedBarcodeElement
- LocalizedBarcodesUnit
- OneDCodeDetails
- PDF417Details
- QRCodeDetails
- ScaledBarcodeImageUnit
- SimplifiedBarcodeReaderSettings
- [EnumBarcodeFormat]({{ site.dcvb_enums }}barcode-reader/barcode-format.html?lang=js)
- [EnumDeblurMode]({{ site.dcvb_enums }}barcode-reader/deblur-mode.html?lang=js)
- [EnumExtendedBarcodeResultType]({{ site.dcvb_enums }}barcode-reader/extended-barcode-result-type.html?lang=js)
- [EnumLocalizationMode]({{ site.dcvb_enums }}barcode-reader/localization-mode.html?lang=js)
- [EnumQRCodeErrorCorrectionLevel]({{ site.dcvb_enums }}barcode-reader/qr-code-error-correction-level.html?lang=js)