LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

ReturnCorruptedSymbolArea Property








Gets or sets a value that indicates whether the engine returns the area where an un-readable PDF417 symbol is located. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("Return corrupted symbol area")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")]
public bool ReturnCorruptedSymbolArea {get; set;}
'Declaration
 
<DisplayNameAttribute("Return corrupted symbol area")>
<CategoryAttribute("		Error Checking and Correction")>
<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
[DisplayNameAttribute("Return corrupted symbol area")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")]
public bool ReturnCorruptedSymbolArea {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Return corrupted symbol area")
CategoryAttribute("		Error Checking and Correction")
DefaultValueAttribute()
DescriptionAttribute("Enables the engine to return the area that an un-readable PDF417 symbol is located")
 get_ReturnCorruptedSymbolArea();
set_ReturnCorruptedSymbolArea(value);
[DisplayNameAttribute("Return corrupted symbol area")]
[CategoryAttribute("		Error Checking and Correction")]
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDF417BarcodeReadOptions Class
PDF417BarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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