Click or drag to resize

PdfStringToString(IPdfEncoding) Method

Returns a String that represents this PdfString instance in the specified encoding.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public string ToString(
	IPdfEncoding encoding
)

Parameters

encoding  IPdfEncoding
The encoding used to decode this PdfString instance to String.

Return Value

String
A String that represents this PdfString instance in the specified encoding.
See Also