←Select platform

CalculateBarWidthReduction Property

Summary

Gets or sets a value that indicates whether to calculate the bar width reduction.

Syntax

C#
VB
WinRT C#
C++
[DefaultValueAttribute()] 
[DescriptionAttribute("Allow Calculating the bar width reduction value")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Allow partial read")] 
public bool CalculateBarWidthReduction {get; set;} 
<DefaultValueAttribute()> 
<DescriptionAttribute("Allow Calculating the bar width reduction value")> 
<CategoryAttribute("     Error Checking and Correction")> 
<DisplayNameAttribute("Allow partial read")> 
Public Property CalculateBarWidthReduction As Boolean 
[DefaultValueAttribute()] 
[DescriptionAttribute("Allow Calculating the bar width reduction value")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Allow partial read")] 
public bool CalculateBarWidthReduction {get; set;} 
DefaultValueAttribute() 
DescriptionAttribute("Allow Calculating the bar width reduction value") 
CategoryAttribute("     Error Checking and Correction") 
DisplayNameAttribute("Allow partial read") 
  
get_CalculateBarWidthReduction(); 
set_CalculateBarWidthReduction(value); 
Object.defineProperty('CalculateBarWidthReduction');  
[DefaultValueAttribute()] 
[DescriptionAttribute("Allow Calculating the bar width reduction value")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Allow partial read")] 
public: 
property bool CalculateBarWidthReduction { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to calculate the bar width reduction value. Otherwise, false. The default value is false.

Remarks

When the value of CalculateBarWidthReduction is set to true, the value of the bar width reduction will be calculated and stored in BarWidthReduction. Otherwise, the value stored in BarWidthReduction will be set to zero.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize