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