PDFView4NET WinForms Edition
BottomQuietZone Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBarcode Class : BottomQuietZone Property
Gets or sets the height of the bottom quiet zone of the barcode.
Syntax
'Declaration
 
Public Property BottomQuietZone As Double
'Usage
 
Dim instance As PDFBarcode
Dim value As Double
 
instance.BottomQuietZone = value
 
value = instance.BottomQuietZone
public double BottomQuietZone {get; set;}
public: __property double get_BottomQuietZone();
public: __property void set_BottomQuietZone( 
   double value
);
public:
property double BottomQuietZone {
   double get();
   void set (    double value);
}

Property Value

A double value specifying the height of the bottom quiet zone.
Remarks
The bottom quiet zone is measured in multiples of XDimension.
The quiet zone is a blank area around the barcode that clearly delimitates the barcode symbol, so the barcode reader does not consider external elements as part of the barcode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBarcode Class
PDFBarcode Members