Initialize Methods
Method | Description |
---|---|
init |
Create an instance of Dynamsoft Barcode Reader. |
init
Initializes DynamsoftBarcodeReader.
- Objective-C
- Swift
- (instancetype _Nonnull)init;
init()
Return Value
The instance of DynamsoftBarcodeReader.
Code Snippet
- Objective-C
- Swift
DynamsoftBarcodeReader *barcodeReader; BarcodeReader = [[DynamsoftBarcodeReader alloc] init];
let barcodeReader = DynamsoftBarcodeReader.init()
Remarks
Partial of the decoding result will be masked with “*” without a valid license key.