Click or drag to resize

FFI_GetCurrentPageCallback Delegate

This method receives the current page pointer.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public delegate IntPtr FFI_GetCurrentPageCallback(
	FPDF_FORMFILLINFO pThis,
	IntPtr document
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.

Return Value

IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
Remarks
Required: Yes.
See Also