PDFView4NET WPF Edition
TopQuietZone Property




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

Property Value

A double value specifying the height of the top quiet zone.
Remarks
The top 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