Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Initialize Methods

Method Description
init Create an instance of Dynamsoft Barcode Reader.

init

Initializes DynamsoftBarcodeReader.

  • Objective-C
  • Swift
  1. - (instancetype _Nonnull)init;
    
  2. init()
    

Return Value

The instance of DynamsoftBarcodeReader.

Code Snippet

  • Objective-C
  • Swift
  1. DynamsoftBarcodeReader *barcodeReader;
    BarcodeReader = [[DynamsoftBarcodeReader alloc] init];
    
  2. let barcodeReader = DynamsoftBarcodeReader.init()
    

Remarks

Partial of the decoding result will be masked with “*” without a valid license key.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: