CPDFViewerGoToPage Method |
Go to the specified page and position
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool GoToPage(
int pageIndex,
Point pagePosition = default
)
Parameters
- pageIndex
- Type: SystemInt32
Page index
- pagePosition (Optional)
- Type: System.WindowsPoint
Position on the page
Return Value
Type:
Boolean
false means jump failed
See Also