PDFView4NET WinForms Edition
Size Property (PDFFontBase)




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFontBase Class : Size Property
Gets or sets the font size.
Syntax
'Declaration
 
Public Property Size As Double
'Usage
 
Dim instance As PDFFontBase
Dim value As Double
 
instance.Size = value
 
value = instance.Size
public double Size {get; set;}
public: __property double get_Size();
public: __property void set_Size( 
   double value
);
public:
property double Size {
   double get();
   void set (    double value);
}

Property Value

a double value specifyig the size of the font in points (1/72 inches)
Remarks
The size of a font is always given in points, it does not matter the logical unit used for positioning the text.
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

PDFFontBase Class
PDFFontBase Members