Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterBase Class / BarWidth Property




In This Topic
BarWidth Property
In This Topic
Gets the bar width in pixels of a bar that was created.
Syntax
'Declaration
 
Public ReadOnly Property BarWidth As Integer
 
'Usage
 
Dim instance As WriterBase
Dim value As Integer
 
value = instance.BarWidth

Property Value

An integer value which represents the width of the bar.
Remarks

The value is the number of pixels which make up the width of the bar.

The default value is 0.

See Also