Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / FromString Method
The string to create the PDF string from.

In This Topic
    FromString Method (PdfString)
    In This Topic
    Creates a PdfString from the passed string.
    Syntax
    'Declaration
     
    Public Shared Function FromString( _
       ByVal s As System.String _
    ) As PdfString
    public static PdfString FromString( 
       System.string s
    )

    Parameters

    s
    The string to create the PDF string from.

    Return Value

    The created PDF string, or a null reference (Nothing in Visual Basic) if s is a null reference (Nothing in Visual Basic).
    See Also