Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfStringExt Class / AsString Method

In This Topic
    AsString Method (IPdfStringExt)
    In This Topic
    Converts the IPdfString object to a Unicode string.
    Syntax
    'Declaration
     
    Public Shared Function AsString( _
       ByVal ps As IPdfString _
    ) As System.String
    public static System.string AsString( 
       IPdfString ps
    )

    Parameters

    ps
    See Also