Gets or sets the gap between the barcode and the displayed text.
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 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