Click or drag to resize

Doc_gotoPage_callback Delegate

Jump to a specified page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void Doc_gotoPage_callback(
	IPDF_JSPLATFORM pThis,
	int nPageNum
)

Parameters

pThis  IPDF_JSPLATFORM
Pointer to the interface structure itself
nPageNum  Int32
The specified page number, zero for the first page.
Remarks
Required: Yes.
See Also