Gets or sets a value indicating whether to enable the double pass if success setting when reading PDF417 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 PDF417 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 PDF417BarcodeReadOptions.
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