Gets or sets a value indicating whether to enable the double pass if success setting when reading Datamatrix 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 Datamatrix symbols (regardless of the result of the first pass). 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 DatamatrixBarcodeReadOptions.
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