Gets or sets a value that indicates whether to avoid corrupted blocks when reading barcodes.
public bool AvoidCorruptedBlocks { get; set; }
Public Property AvoidCorruptedBlocks As Boolean
public bool AvoidCorruptedBlocks {get; set;}
@property (nonatomic, assign) BOOL avoidCorruptedBlocks
public boolean getAvoidCorruptedBlocks()
public void setAvoidCorruptedBlocks(boolean value)
<br/>get_AvoidCorruptedBlocks();<br/>set_AvoidCorruptedBlocks(value);<br/>Object.defineProperty('AvoidCorruptedBlocks');
true to avoid corrupted blocks when reading barcodes. Otherwise, false. The default value is false.
When the value of AvoidCorruptedBlocks is set to true, then the engine will use logic to move around a corrupted area inside a barcode. The reader will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use.
For an example, refer to OneDBarcodeReadOptions.
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