PdfUnidimensionalBarcode
BarcodeToTextGapHeight Property
|
Gets or sets the gap between the barcode and the displayed text.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float BarcodeToTextGapHeight { get; set; }
Public Property BarcodeToTextGapHeight As Single
Get
Set
public:
property float BarcodeToTextGapHeight {
float get ();
void set (float value);
}
member BarcodeToTextGapHeight : float32 with get, set
Property Value
Type:
Single
See Also