←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly