 | Doc_gotoPage_callback Delegate |
Jump to a specified page.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate void Doc_gotoPage_callback(
IPDF_JSPLATFORM pThis,
int nPageNum
)
Public Delegate Sub Doc_gotoPage_callback (
pThis As IPDF_JSPLATFORM,
nPageNum As Integer
)
public delegate void Doc_gotoPage_callback(
IPDF_JSPLATFORM^ pThis,
int nPageNum
)
type Doc_gotoPage_callback =
delegate of
pThis : IPDF_JSPLATFORM *
nPageNum : int -> unit
/** @delegate */
public delegate void Doc_gotoPage_callback(
IPDF_JSPLATFORM pThis,
int nPageNum
)
function(pThis, nPageNum);
Parameters
- pThis IPDF_JSPLATFORM
- Pointer to the interface structure itself
- nPageNum Int32
- The specified page number, zero for the first page.
RemarksRequired: Yes.
See Also