PDFView4NET WPF Edition
BarReductionFactor Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFEANBarcode Class : BarReductionFactor Property
Gets or sets the factor used for reducing/enlarging bar widths for special characters.
Syntax
'Declaration
 
Public Property BarReductionFactor As Double
'Usage
 
Dim instance As PDFEANBarcode
Dim value As Double
 
instance.BarReductionFactor = value
 
value = instance.BarReductionFactor
public double BarReductionFactor {get; set;}
public: __property double get_BarReductionFactor();
public: __property void set_BarReductionFactor( 
   double value
);
public:
property double BarReductionFactor {
   double get();
   void set (    double value);
}

Property Value

A factor applied to bar width for reducing/enlarging the bars for special characters 1, 2, 7, and 8.
Remarks
The standard recommends this value to be 1/13 of bar width.
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

PDFEANBarcode Class
PDFEANBarcode Members