Click or drag to resize

PdfiumFPDFTextObj_GetText(IntPtr, Encoding) Method

Retrieves non-unicode text from the text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFTextObj_GetText(
	IntPtr textObject,
	Encoding enc = null
)

Parameters

textObject  IntPtr
A handle to the text object.
enc  Encoding  (Optional)
The encoding used to decode an ANSI string into a String. if Null DefaultAnsiEncoding is used.

Return Value

String
Non-unicode text from the text object.
Remarks
If no encoding is specified, the DefaultAnsiEncoding is used.
See Also