Click or drag to resize

PdfiumFPDFText_LoadPageEx Method

Prepare information about all characters in a page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public static IntPtr FPDFText_LoadPageEx(
	IntPtr page,
	bool bSort
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function
bSort  Boolean
True - enable advance sort algorithm.

Return Value

IntPtr
A handle to the text page information structure. IntPtr.Zero if something goes wrong.
Remarks
Application must call FPDFText_ClosePage(IntPtr) to release the text page information. If you didn’t purchase Text Module , this function will return IntPtr.Zero.
See Also