Click or drag to resize

PdfStringCreate(String) Method

Creates the literal text PdfString instance from the specified String value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfString Create(
	string value
)

Parameters

value  String
The string value.

Return Value

PdfString
A 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