PDFView4NET WinForms Edition
PenAdjust Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : PenAdjust Property
Gets or sets the value of pen adjustment factor.
Syntax
'Declaration
 
Public Property PenAdjust As Double
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Double
 
instance.PenAdjust = value
 
value = instance.PenAdjust
public double PenAdjust {get; set;}
public: __property double get_PenAdjust();
public: __property void set_PenAdjust( 
   double value
);
public:
property double PenAdjust {
   double get();
   void set (    double value);
}

Property Value

Global value that is added to any pen used to draw graphics.
Remarks
This property increases or decreases the width of any pen used in the PDF file with the specified amount.
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

PDFPrintSettings Class
PDFPrintSettings Members