PdfBarcodeQuietZones
Bottom Property
|
Gets or sets the quiet zones at bottom of the barcode.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Bottom { get; set; }
Public Property Bottom As Single
Get
Set
public:
property float Bottom {
float get ();
void set (float value);
}
member Bottom : float32 with get, set
Property Value
Type:
Single
See Also