Click or drag to resize

PdfiumFPDFText_GetText Method

Extract unicode text string from the page

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFText_GetText(
	IntPtr text_page,
	int start_index,
	int count
)

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function.
start_index  Int32
Index for the start characters
count  Int32
Number of characters to be extracted

Return Value

String
Unicode text string from the page
Remarks
This function ignores characters without unicode information
See Also