PDFView4NET WinForms Edition
LeftQuietZone Property




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

Property Value

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