PDFView4NET WPF Edition
PDFFont Constructor(PDFFontFace,Double)




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFont Class > PDFFont Constructor : PDFFont Constructor(PDFFontFace,Double)
a FontFace enumeration member specifying the font face
a double value specifying the size of the font in points
Initializes a new PDFFont object of specified FontFace and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontFace As PDFFontFace, _
   ByVal size As Double _
)
'Usage
 
Dim fontFace As PDFFontFace
Dim size As Double
 
Dim instance As New PDFFont(fontFace, size)
public PDFFont( 
   PDFFontFace fontFace,
   double size
)
public: PDFFont( 
   PDFFontFace fontFace,
   double size
)
public:
PDFFont( 
   PDFFontFace fontFace,
   double size
)

Parameters

fontFace
a FontFace enumeration member specifying the font face
size
a double value specifying the size of the font in points
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

PDFFont Class
PDFFont Members
Overload List