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.GoToLastPage Method

In This Article

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

#Declaration

Delphi
procedure GoToLastPage;

#Remarks

Call this procedure to select the last page of the displayed document. If the selected page is not already visible, the document view is scrolled to display the page.

The GoToLastPage procedure is called when the PDF Viewer‘s TdxPDFViewerGoToLastPage action object is executed.

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

See Also