![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeReadOptions Class : ReturnCorruptedSymbolArea Property |
[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); }
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.