Click or drag to resize

PDFViewCtrlSetCurrentPage Method

Sets the current page to the given page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool SetCurrentPage(
	int page_num
)

Parameters

page_num
Type: SystemInt32
new page number

Return Value

Type: Boolean
true if successful, false otherwise.
See Also