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

In This Topic
    GetString Method (CffTable)
    In This Topic
    Returns a string with the specified SID. Note! Method can return null if string with specified SID not found.
    Syntax
    'Declaration
     
    Public Function GetString( _
       ByVal sid As System.Integer _
    ) As System.String
    public System.string GetString( 
       System.int sid
    )

    Parameters

    sid
    See Also