public bool ReturnCorruptedSymbolArea { get; set; }
Public Property ReturnCorruptedSymbolArea As Boolean
@property (nonatomic, assign) BOOL returnCorruptedSymbolArea
public boolean getReturnCorruptedSymbolArea()
public void setReturnCorruptedSymbolArea(boolean value)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document