TdxCustomPreview.GoToPrevPage Method
Selects and displays the previous page of the displayed document.
Declaration
procedure GoToPrevPage;
Remarks
Call this procedure to select the page preceding the currently selected page. If the selected page is not already visible, the document view is scrolled to display the page.
The GoToPrevPage procedure is called when the PDF Viewer‘s TdxPDFViewerGoToPrevPage action object is executed.
In order to perform the complementary document navigation operations in code, call the GoToNextPage, GoToFirstPage, and/or GoToLastPage procedures.
See Also