Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : CalculateBarWidthReduction Property |
[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); }
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.
For an example, refer to OneDBarcodeReadOptions.