ImageGear .NET - Updated
BarWidth Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : BarWidth Property
Gets the bar width in pixels of a bar that was created.
Syntax
'Declaration
 
Public ReadOnly Property BarWidth As Integer
'Usage
 
Dim instance As ImGearBarcodeWriterBase
Dim value As Integer
 
value = instance.BarWidth
public int BarWidth {get;}
public: __property int get_BarWidth();
public:
property int BarWidth {
   int get();
}

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.

See Also

Reference

ImGearBarcodeWriterBase Class
ImGearBarcodeWriterBase Members