ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysFont Class / GetCreateFlags Method
A SysEncoding object.




In This Topic
    GetCreateFlags Method
    In This Topic
    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