Dynamsoft Barcode Reader 9.0.2

Released: May 6, 2022

Updates in 9.0.2

Features

JavaScript SDK

  • Added ifShowScanRegionMask API to BarcodeScanner which controls whether to show the scan region mask.
  • Moved the following docs from the doc directory to the root directory of the package:
    • Api Reference.html.
    • legal.txt.
    • License Agreement.html.

Android SDK

  • Added the following property/Method to iImageData class:
    • toBitmap: This method can convert the ImageData to a Bitmap.
    • orientation: This property indicates the orientation of the image.
  • Changed getVersion from a dynamic method to a static method. The format of the return value has been changed as well.

iOS SDK

  • Added the following property/Method to iImageData class:
    • toUIImage: This method can convert the iImageData to an UIImage.
    • orientation: This property indicates the orientation of the image.
  • Changed getVersion from a dynamic method to a static method. The format of the return value has been changed as well.

Fixes

JavaScript SDK

  • Fixed bugs with regionMaskFillStyle, regionMaskStrokeStyle and regionMaskLineWidth of BarcodeScanner to avoid invalid value setting.
  • Fixed a bug where region will be reset to full image when switching template after region setting of BarcodeScanner.
  • Fixed a bug where the region setting is invalid when using updateRuntimeSettings of BarcodeReader.

Android SDK

  • Fixed a bug that TextResult might not be returned in TextResultCallback.

iOS SDK

  • Fixed a bug that might cause memory leak.