ImageGear v26.0 - Updated
ImGearPDEFont Constructor(ImGearPDFSysFont,ImGearPDEFontCreateFromSysFontParams)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class > ImGearPDEFont Constructor : ImGearPDEFont Constructor(ImGearPDFSysFont,ImGearPDEFontCreateFromSysFontParams)
PDF system font object referencing a system font.
Create parameters.
Initializes a new instance of the ImGearPDEFont class.
Syntax
'Declaration
 
Public Function New( _
   ByVal systemFont As ImGearPDFSysFont, _
   ByVal parameters As ImGearPDEFontCreateFromSysFontParams _
)
'Usage
 
Dim systemFont As ImGearPDFSysFont
Dim parameters As ImGearPDEFontCreateFromSysFontParams
 
Dim instance As New ImGearPDEFont(systemFont, parameters)

Parameters

systemFont
PDF system font object referencing a system font.
parameters
Create parameters.

Return Value

The new instance of ImGearPDEFont class object.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
Overload List
ImGearPDFSysFont Class
ImGearPDEFontCreateFromSysFontParams Class

Is this page helpful?
Yes No
Thanks for your feedback.