Skip to main content
A newer version of this page is available. .

TdxCustomPreview.GoToFirstPage Method

Selects and displays the first page of the displayed document.

Declaration

procedure GoToFirstPage;

Remarks

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

The GoToFirstPage procedure is called when the PDF Viewer‘s TdxPDFViewerGoToFirstPage action object is executed.

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

See Also