TdxCustomPreview.GoToLastPage Method
Selects and displays the last available page of the displayed document.
Declaration
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