[]
Creates a PdfString from the passed string.
public static PdfString FromString(string s)
Public Shared Function FromString(s As String) As PdfString
Type | Name | Description |
---|---|---|
string | s | The string to create the PDF string from. |
Type | Description |
---|---|
PdfString |