Leadtools.Barcode Namespace > PDF417BarcodeReadOptions Class : ReturnCorruptedSymbolArea Property |
[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); }
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.
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