PdfStringCreate(String) Method |
Creates the literal text
PdfString instance from the specified
String value.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public static PdfString Create(
string value
)
Public Shared Function Create (
value As String
) As PdfString
Parameters
- value String
- The string value.
Return Value
PdfStringA literal text
PdfString instance created from the specified
String value.
Remarks
If all characters from the value can be encoded with
PDFDoc encoding,
then
PDFDoc encoding will be used; otherwise,
UTF16BE encoding will be used.
See Also