DSBarcodeReaderModule
The DSBarcodeReaderModule class defines general functions in the barcode reader module.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSBarcodeReaderModule : NSObjectclass BarcodeReaderModule : NSObject
Methods
| Method | Description |
|---|---|
getVersion |
Get the version of Dynamsoft Barcode Reader. |
getVersion
Get the version of Dynamsoft Barcode Reader.
- Objective-C
- Swift
+ (NSString *)getVersion;class func getVersion() -> String
Return Value
The version of Dynamsoft Barcode Reader.