Table of contents

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: