Gets or sets the narrow bar width.
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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