Skip to main content

TdxPDFCustomViewer.GoToNextView Method

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

Declaration

procedure GoToNextView;

Remarks

If the CanGoToNextView function returns False, calling the GoToNextView procedure has no effect.

An end-user can navigate to the next document view by clicking the Next View item in the PDF Viewer’s context menu or by pressing the Alt+Right Arrow key combination.

Context Menu

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

Note

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

See Also