Click or drag to resize

FFI_DoGoToActionCallback Delegate

This action changes the view to a specified destination.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_DoGoToActionCallback(
	FPDF_FORMFILLINFO pThis,
	int nPageIndex,
	ZoomTypes zoomMode,
	float[] fPosArray,
	int sizeofArray
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
nPageIndex  Int32
The index of the PDF page.
zoomMode  ZoomTypes
The zoom mode for viewing page.See ZoomTypes.
fPosArray  Single
The float array which carries the position info
sizeofArray  Int32
The size of float array.
Remarks
Required: No. See the Destinations description of PDF Reference, Version 1.7 in 8.2.1 for more details.
See Also