[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfString.FromString

FromString Method

FromString(string)

Creates a PdfString from the passed string.

Declaration
public static PdfString FromString(string s)
Public Shared Function FromString(s As String) As PdfString
Parameters
Type Name Description
string s

The string to create the PDF string from.

Returns
Type Description
PdfString

The created PDF string, or null if s is null.