Table of contents
Swift
Objective-C

DSBarcodeReaderModule

The DSBarcodeReaderModule class defines general functions in the barcode reader module.

Definition

Assembly: DynamsoftBarcodeReader.xcframework

  • Objective-C
  • Swift
  1. @interface DSBarcodeReaderModule : NSObject
    
  2. class BarcodeReaderModule : NSObject
    

Methods

Method Description
getVersion Get the version of Dynamsoft Barcode Reader.

getVersion

Get the version of Dynamsoft Barcode Reader.

  • Objective-C
  • Swift
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

The version of Dynamsoft Barcode Reader.

Is this page helpful?

YesYes NoNo

In this article: