Skip to content
Guides

Page Navigation

After loading and displaying a PDF document in the CPDFViewer, users can navigate to different pages.

This example shows how to navigate to specific pages:

// Navigate to the first page.
readerView.setDisplayPageIndex(0);