Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.89 KB

File metadata and controls

53 lines (44 loc) · 2.89 KB
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

DynamsoftBarcodeReader Module

The BarcodeReader module is defined in the namespace Dynamsoft.DBR. It includes a class named "BarcodeReaderModule" along with various interfaces and enumerations.

BarcodeReaderModule Class

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.

Interfaces

Enums

  • [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)