Gets or sets a value indicating whether to enable the double pass if success setting when reading QR symbols.
public bool EnableDoublePassIfSuccess { get; set; }
Public Property EnableDoublePassIfSuccess As Boolean
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess
public boolean getEnableDoublePassIfSuccess()
public void setEnableDoublePassIfSuccess(boolean value)
true to use double pass when reading QR symbols. Otherwise, false. The default value is false.
Performs the same job as EnableDoublePass except the second pass is mandatory, regardless of whether the required barcode was detected the first time.
For an example, refer to QRBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET