Click or drag to resize

PdfiumFPDFPageObj_GetListFromPage Method

Get handle to the page objects list from page.

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

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double)

Return Value

IntPtr
Handle to the list.
See Also