ImageGear .NET v25.0 - Updated
GetCreateFlags Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : GetCreateFlags Method
A SysEncoding object.
Obtains flags that can be passed to the PDE font creation routine.
Syntax
'Declaration
 
Public Function GetCreateFlags( _
   ByVal systemEncoding As ImGearPDFSysEncoding _
) As ImGearPDEFontCreateFlags
'Usage
 
Dim instance As ImGearPDFSysFont
Dim systemEncoding As ImGearPDFSysEncoding
Dim value As ImGearPDEFontCreateFlags
 
value = instance.GetCreateFlags(systemEncoding)

Parameters

systemEncoding
A SysEncoding object.

Return Value

Superposition of the ImGearPDEFontCreateFlags values.
Remarks
If the combination of the current SysFont and SysEncoding is not allowed, it is set to CREATE_NOT_ALLOWED.
See Also

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
ImGearPDFAtom Class
ImGearPDEFontCreateFlags Enumeration
ImGearPDFSysEncoding Class