Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomPreview.GoToNextPage Method

In This Article

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

#Declaration

Delphi
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