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

In This Topic
    PdfNameFromString Method
    In This Topic
    Creates a PdfName from a string, returns PdfNull if string is null, otherwise returns PdfString.
    Syntax
    'Declaration
     
    Public Shared Function PdfNameFromString( _
       ByVal s As System.String _
    ) As IPdfObject
    public static IPdfObject PdfNameFromString( 
       System.string s
    )

    Parameters

    s
    See Also