Click or drag to resize

PdfiumFPDFTextObj_GetText(IntPtr, Int32) Method

Get non-unicode text containing in 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,
	int codePage
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
codePage  Int32
The code page identifier of the preferred encoding. If 0 then DefaultAnsiEncoding is used.

Return Value

String
Text from text object.
See Also