PDFView4NET WPF Edition
BarSpacing Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFPharmacodeBarcode Class : BarSpacing Property
Gets or sets the space between bars.
Syntax
'Declaration
 
Public Property BarSpacing As Double
'Usage
 
Dim instance As PDFPharmacodeBarcode
Dim value As Double
 
instance.BarSpacing = value
 
value = instance.BarSpacing
public double BarSpacing {get; set;}
public: __property double get_BarSpacing();
public: __property void set_BarSpacing( 
   double value
);
public:
property double BarSpacing {
   double get();
   void set (    double value);
}

Property Value

The distance between the bars.
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

PDFPharmacodeBarcode Class
PDFPharmacodeBarcode Members