PDFView4NET WPF Edition
PDFFont Constructor(PDFFont)




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFont Class > PDFFont Constructor : PDFFont Constructor(PDFFont)
a PDFFont object to be copied in the new font.
Initializes a new PDFFont object based on an existing font.
Syntax
'Declaration
 
Public Function New( _
   ByVal font As PDFFont _
)
'Usage
 
Dim font As PDFFont
 
Dim instance As New PDFFont(font)
public PDFFont( 
   PDFFont font
)
public: PDFFont( 
   PDFFont* font
)
public:
PDFFont( 
   PDFFont^ font
)

Parameters

font
a PDFFont object to be copied in the new font.
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