PdfBarcode
QuietZone Property
|
Gets or sets the empty area which is to be allocated around the barcode.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBarcodeQuietZones QuietZone { get; set; }
Public Property QuietZone As PdfBarcodeQuietZones
Get
Set
public:
property PdfBarcodeQuietZones^ QuietZone {
PdfBarcodeQuietZones^ get ();
void set (PdfBarcodeQuietZones^ value);
}
member QuietZone : PdfBarcodeQuietZones with get, set
Property Value
Type:
PdfBarcodeQuietZones
See Also