Skip to main content

TdxCustomPreview.GoToNextPage Method

Selects and displays the next available page of the displayed document.

Declaration

procedure GoToNextPage;

Remarks

Call this procedure to select the page following the currently selected page. If the selected page is not already visible, the document view is scrolled to display the page.

The GoToNextPage procedure is called when the PDF Viewer‘s TdxPDFViewerGoToNextPage action object is executed.

In order to perform the complementary document navigation operations in code, call the GoToPrevPage, GoToFirstPage, and/or GoToLastPage procedures.

See Also