PDFView4NET WPF Edition
RightQuietZone Property




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

Property Value

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