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

TdxPDFCustomViewer.GoToPrevView Method

In This Article

Navigates to the preceding state recorded in the history of view states.

#Declaration

Delphi
procedure GoToPrevView;

#Remarks

If the CanGoToPrevView function returns False, calling the GoToPrevView procedure has no effect.

An end-user can navigate to the previous document view by clicking the “Previous View” item in the PDF Viewer’s context menu or by pressing the Alt+Left Arrow key combination.

Context Menu

You can also provide an additional end-user option for navigating to the previous view by linking the GoToPrevView command to an element of your UI.

Note

To clear the history of view states, call the ClearViewStateHistory procedure.

See Also