←Select platform

ReturnCorruptedSymbolArea Property

Summary

Gets or sets a value that indicates whether the engine returns the area where an un-readable PDF417 symbol is located.

Syntax
C#
VB
Objective-C
C++
Java
public bool ReturnCorruptedSymbolArea { get; set; } 
Public Property ReturnCorruptedSymbolArea As Boolean 
@property (nonatomic, assign) BOOL returnCorruptedSymbolArea 
public boolean getReturnCorruptedSymbolArea() 
public void setReturnCorruptedSymbolArea(boolean value) 
public: 
property bool ReturnCorruptedSymbolArea { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to return the area that an un-readable PDF417 symbol is located". Otherwise, false. The default value is false.

Remarks

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.

Example

For an example, refer to PDF417BarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly