PdfBarcode
NarrowBarWidth Property
|
Gets or sets the narrow bar width.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float NarrowBarWidth { get; set; }
Public Property NarrowBarWidth As Single
Get
Set
public:
property float NarrowBarWidth {
float get ();
void set (float value);
}
member NarrowBarWidth : float32 with get, set
Property Value
Type:
Single
See Also