Click or drag to resize

PdfiumFPDFPage_GetObject Method

Get page object by index

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPage_GetObject(
	IntPtr page,
	int index
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).
index  Int32
The index of a page object.

Return Value

IntPtr
The Handle to the page object. IntPtr.Zero for failed
See Also