| BaseBarcodeNarrowBarWidth Property |
Width of the narrow bar in rendered barcode in pixels.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public int NarrowBarWidth { get; set; }
Public Property NarrowBarWidth As Integer
Get
Set
public:
virtual property int NarrowBarWidth {
int get () sealed;
void set (int value) sealed;
}
abstract NarrowBarWidth : int with get, set
override NarrowBarWidth : int with get, set
Property Value
Type:
Int32Implements
IBaseBarcodeNarrowBarWidthSee Also