[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfObjectExt.PdfNameFromString

PdfNameFromString Method

PdfNameFromString(string)

Creates a PdfName from a string, returns PdfNull if string is null, otherwise returns PdfString.

Declaration
public static IPdfObject PdfNameFromString(string s)
Public Shared Function PdfNameFromString(s As String) As IPdfObject
Parameters
Type Name Description
string s
Returns
Type Description
IPdfObject