ImageGear for .NET
ImGearPDEFont Constructor(ImGearPDFSysFont,ImGearPDFSysEncoding,ImGearPDFAtom,ImGearPDEFontCreateFlags)




PDF system font object referencing a system font.
A PDF SysEncoding object.
The base font. An error will be set if the base font name passed is a subset name (XXXXXX+FontName) or an empty string.
One of the ImGearPDEFontCreateFlags values.
Initializes a new instance of the ImGearPDEFont class.
Syntax
'Declaration
 
Public Function New( _
   ByVal systemFont As ImGearPDFSysFont, _
   ByVal systemEncoding As ImGearPDFSysEncoding, _
   ByVal baseFontName As ImGearPDFAtom, _
   ByVal options As ImGearPDEFontCreateFlags _
)
'Usage
 
Dim systemFont As ImGearPDFSysFont
Dim systemEncoding As ImGearPDFSysEncoding
Dim baseFontName As ImGearPDFAtom
Dim options As ImGearPDEFontCreateFlags
 
Dim instance As New ImGearPDEFont(systemFont, systemEncoding, baseFontName, options)

Parameters

systemFont
PDF system font object referencing a system font.
systemEncoding
A PDF SysEncoding object.
baseFontName
The base font. An error will be set if the base font name passed is a subset name (XXXXXX+FontName) or an empty string.
options
One of the ImGearPDEFontCreateFlags values.

Return Value

The new instance of ImGearPDEFont class object.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
Overload List
ImGearPDFSysFont Class
ImGearPDEFontCreateFlags Enumeration
ImGearPDFSysEncoding Class
ImGearPDFAtom Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback