Back to Devexpress

TdxCustomPreview.GoToPrevPage Method

vcl-dxcustompreview-dot-tdxcustompreview-a78562a6.md

latest1.1 KB
Original Source

TdxCustomPreview.GoToPrevPage Method

Selects and displays the previous page of the displayed document.

Declaration

delphi
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

TdxCustomPreview Class

TdxCustomPreview Members

dxCustomPreview Unit