Gets or sets a value that indicates whether to calculate the bar width reduction.
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');
true to calculate the bar width reduction value. Otherwise, false. The default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET