Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / AsString Method

In This Topic
    AsString Method
    In This Topic
    Converts this PdfString object to the unicode string.
    Syntax
    'Declaration
     
    Public Function AsString() As System.String
    public System.string AsString()

    Return Value

    The string representing this PdfString object.
    See Also