Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfObjectExt Class / PdfStringFromString Method

In This Topic
    PdfStringFromString Method
    In This Topic
    Creates a PdfString from a string, returns PdfNull if the string is a null reference (Nothing in Visual Basic), otherwise returns a PdfString representing the string.
    Syntax
    'Declaration
     
    Public Shared Function PdfStringFromString( _
       ByVal s As System.String _
    ) As IPdfObject
    public static IPdfObject PdfStringFromString( 
       System.string s
    )

    Parameters

    s
    See Also