Back to Devexpress

TdxCustomPreview.GoToLastPage Method

vcl-dxcustompreview-dot-tdxcustompreview-d55a0c36.md

latest1.1 KB
Original Source

TdxCustomPreview.GoToLastPage Method

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

TdxCustomPreview Class

TdxCustomPreview Members

dxCustomPreview Unit