VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / barsWidthAdjustment Property
Syntax Requirements SeeAlso
In This Topic
barsWidthAdjustment Property (WebBarcodeWriteRequestParams)
In This Topic
Gets or sets the adjustment method of bars width in percentage to the value of MinWidth property.
Syntax
'Declaration

Public Property barsWidthAdjustment As Double

public double barsWidthAdjustment { get; set; }

Property Value

From -0.3 to 0 - white bars will be expanded, black bars will be shrunk,
0 - no effect,
from 0 to 0.3 - white bars will be shrunk, black bars will be expanded.
Default value is 0.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also