←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++
public bool CalculateBarWidthReduction { get; set; } 
Public Property CalculateBarWidthReduction As Boolean 
public bool CalculateBarWidthReduction {get; set;} 
 <br/>get_CalculateBarWidthReduction();<br/>set_CalculateBarWidthReduction(value);<br/>Object.defineProperty('CalculateBarWidthReduction');  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly