←Select platform

EnableDoublePassIfSuccess Property

Summary

Gets or sets a value indicating whether to enable the double pass if success setting when reading MicroPDF417 symbols.

Syntax
C#
VB
Objective-C
C++
Java
public bool EnableDoublePassIfSuccess { get; set; } 
Public Property EnableDoublePassIfSuccess As Boolean 
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess 
public boolean getEnableDoublePassIfSuccess() 
public void setEnableDoublePassIfSuccess(boolean value) 
public: 
property bool EnableDoublePassIfSuccess { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use double pass when reading MicroPDF417 symbols. Otherwise, false. The default value is false.

Remarks

Performs the same job as EnableDoublePass except the second pass is mandatory, regardless of whether the required barcode was detected the first time.

Example

For an example, refer to MicroPDF417BarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly