PDFView4NET WinForms Edition
BarWidthReduction Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFUnidimensionalBarcode Class : BarWidthReduction Property
Gets or sets the bar width reduction.
Syntax
'Declaration
 
Public Property BarWidthReduction As Double
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As Double
 
instance.BarWidthReduction = value
 
value = instance.BarWidthReduction
public double BarWidthReduction {get; set;}
public: __property double get_BarWidthReduction();
public: __property void set_BarWidthReduction( 
   double value
);
public:
property double BarWidthReduction {
   double get();
   void set (    double value);
}

Property Value

A value used for reducing the bar width (not the space width) in order to compensate for ink bleeding when printing the barcode on various surfaces.
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

PDFUnidimensionalBarcode Class
PDFUnidimensionalBarcode Members