Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable Class / TryGetSID Method

In This Topic
    TryGetSID Method
    In This Topic
    Tries to get glyph name represented by SID by glyph index.
    Syntax
    'Declaration
     
    Public Function TryGetSID( _
       ByVal gid As System.UShort, _
       ByRef sid As System.UInteger _
    ) As System.Boolean
    public System.bool TryGetSID( 
       System.ushort gid,
       out System.uint sid
    )

    Parameters

    gid
    sid
    See Also