Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

CalculateBarWidthReduction Property








Gets or sets a value that indicates whether to calculate the bar width reduction.
Syntax
[DefaultValueAttribute()]
[DescriptionAttribute("Allow Calculating the bar width reduction value")]
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Allow partial read")]
public bool CalculateBarWidthReduction {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Allow Calculating the bar width reduction value")>
<CategoryAttribute("		Error Checking and Correction")>
<DisplayNameAttribute("Allow partial read")>
Public Property CalculateBarWidthReduction As Boolean
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Boolean
 
instance.CalculateBarWidthReduction = value
 
value = instance.CalculateBarWidthReduction
[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")
 <br/>get_CalculateBarWidthReduction();<br/>set_CalculateBarWidthReduction(value);<br/>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 value);
}

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

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features