PdfStringToString(IPdfEncoding) Method |
Returns a
String that represents this
PdfString instance in the specified encoding.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public string ToString(
IPdfEncoding encoding
)
Public Function ToString (
encoding As IPdfEncoding
) As String
Parameters
- encoding IPdfEncoding
- The encoding used to decode this PdfString instance to String.
Return Value
StringA
String that represents this
PdfString instance in the specified encoding.
See Also