PdfBarcodeQuietZones
Right Property
|
Gets or sets the quiet zones at the right side 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 Right { get; set; }
Public Property Right As Single
Get
Set
public:
property float Right {
float get ();
void set (float value);
}
member Right : float32 with get, set
Property Value
Type:
Single
See Also