Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ReturnCorruptedSymbolArea Property








Gets or sets a value that indicates whether the engine returns the area where an un-readable PDF417 symbol is located.
Syntax
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Return corrupted symbol area")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")]
public bool ReturnCorruptedSymbolArea {get; set;}
'Declaration
 
<CategoryAttribute("		Error Checking and Correction")>
<DisplayNameAttribute("Return corrupted symbol area")>
<DefaultValueAttribute()>
<DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")>
Public Property ReturnCorruptedSymbolArea As Boolean
'Usage
 
Dim instance As PDF417BarcodeReadOptions
Dim value As Boolean
 
instance.ReturnCorruptedSymbolArea = value
 
value = instance.ReturnCorruptedSymbolArea
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Return corrupted symbol area")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")]
public bool ReturnCorruptedSymbolArea {get; set;}
@property (nonatomic, assign) BOOL returnCorruptedSymbolArea
public boolean getReturnCorruptedSymbolArea()
public void setReturnCorruptedSymbolArea(boolean value)
            
CategoryAttribute("		Error Checking and Correction")
DisplayNameAttribute("Return corrupted symbol area")
DefaultValueAttribute()
DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")
 <br/>get_ReturnCorruptedSymbolArea();<br/>set_ReturnCorruptedSymbolArea(value);<br/>Object.defineProperty('ReturnCorruptedSymbolArea'); 
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Return corrupted symbol area")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")]
public:
property bool ReturnCorruptedSymbolArea {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

PDF417BarcodeReadOptions Class
PDF417BarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features