Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : AvoidCorruptedBlocks Property |
[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")] [DefaultValueAttribute()] [DisplayNameAttribute("Avoid corrupted blocks")] [CategoryAttribute(" Error Checking and Correction")] public bool AvoidCorruptedBlocks {get; set;}
'Declaration <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")> <DefaultValueAttribute()> <DisplayNameAttribute("Avoid corrupted blocks")> <CategoryAttribute(" Error Checking and Correction")> Public Property AvoidCorruptedBlocks As Boolean
'Usage Dim instance As OneDBarcodeReadOptions Dim value As Boolean instance.AvoidCorruptedBlocks = value value = instance.AvoidCorruptedBlocks
[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")] [DefaultValueAttribute()] [DisplayNameAttribute("Avoid corrupted blocks")] [CategoryAttribute(" Error Checking and Correction")] public bool AvoidCorruptedBlocks {get; set;}
@property (nonatomic, assign) BOOL avoidCorruptedBlocks;
public boolean getAvoidCorruptedBlocks() public void setAvoidCorruptedBlocks(boolean value)
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") DefaultValueAttribute() DisplayNameAttribute("Avoid corrupted blocks") CategoryAttribute(" Error Checking and Correction")
get_AvoidCorruptedBlocks();
set_AvoidCorruptedBlocks(value);
Object.defineProperty('AvoidCorruptedBlocks');
[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")] [DefaultValueAttribute()] [DisplayNameAttribute("Avoid corrupted blocks")] [CategoryAttribute(" Error Checking and Correction")] public: property bool AvoidCorruptedBlocks { bool get(); void set ( bool value); }
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.
For an example, refer to OneDBarcodeReadOptions.