[]
Creates a PdfString from a string, returns PdfNull if the string is null, otherwise returns a PdfString representing the string.
public static IPdfObject PdfStringFromString(string s)
Public Shared Function PdfStringFromString(s As String) As IPdfObject
Type | Name | Description |
---|---|---|
string | s |
Type | Description |
---|---|
IPdfObject |