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

AvoidCorruptedBlocks Property








Gets or sets a value that indicates whether to avoid corrupted blocks when reading barcodes. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("Avoid corrupted blocks")]
[DescriptionAttribute("Use logic to move around a corrupted area inside a barcode. The engine will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public bool AvoidCorruptedBlocks {get; set;}
'Declaration
 
<DisplayNameAttribute("Avoid corrupted blocks")>
<DescriptionAttribute("Use logic to move around a corrupted area inside a barcode. The engine will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use")>
<CategoryAttribute("		Error Checking and Correction")>
<DefaultValueAttribute()>
Public Property AvoidCorruptedBlocks As Boolean
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Boolean
 
instance.AvoidCorruptedBlocks = value
 
value = instance.AvoidCorruptedBlocks
[DisplayNameAttribute("Avoid corrupted blocks")]
[DescriptionAttribute("Use logic to move around a corrupted area inside a barcode. The engine will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public bool AvoidCorruptedBlocks {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Avoid corrupted blocks")
DescriptionAttribute("Use logic to move around a corrupted area inside a barcode. The engine will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use")
CategoryAttribute("		Error Checking and Correction")
DefaultValueAttribute()
 get_AvoidCorruptedBlocks();
set_AvoidCorruptedBlocks(value);
[DisplayNameAttribute("Avoid corrupted blocks")]
[DescriptionAttribute("Use logic to move around a corrupted area inside a barcode. The engine will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public:
property bool AvoidCorruptedBlocks {
   bool get();
   void set (    bool value);
}

Property Value

true to avoid corrupted blocks when reading barcodes. Otherwise, false. The default value is false.
Remarks

When the value of AvoidCorruptedBlocks is set to true, then the engine will use logic to move around a corrupted area inside a barcode. The reader will attempt to move to a readable area within the barcode to avoid an area that can not be read. This has the potential to noticeably reduce the speed of the engine and therefore, it is not recommended for normal use.

Example

For an example, refer to OneDBarcodeReadOptions.

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

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions 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