Gets or sets a value that indicates whether the engine returns the area where an un-readable PDF417 symbol is located.
public bool ReturnCorruptedSymbolArea { get; set; }
Public Property ReturnCorruptedSymbolArea As Boolean
public bool ReturnCorruptedSymbolArea {get; set;}
@property (nonatomic, assign) BOOL returnCorruptedSymbolArea
public boolean getReturnCorruptedSymbolArea()
public void setReturnCorruptedSymbolArea(boolean value)
<br/>get_ReturnCorruptedSymbolArea();<br/>set_ReturnCorruptedSymbolArea(value);<br/>Object.defineProperty('ReturnCorruptedSymbolArea');
true to return the area that an un-readable PDF417 symbol is located". Otherwise, false. The default value is false.
When the value of this property is set to the default of false, the BarcodeReader will throw an exception of type BarcodeException with an error code of BarcodeExceptionCode.FoundCorrupt. If you set the value to true however, then the reader will return the barcode data object with only the BarcodeData.Bounds member as valid. i.e., with no data.
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