Click or drag to resize

PdfiumFPDFText_LoadPage Method

Prepare information about all characters in a page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFText_LoadPage(
	IntPtr page
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function

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