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

In This Article

Selects and displays the first page of the displayed document.

#Declaration

Delphi
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