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

In This Article

Rotates the document view clockwise.

#Declaration

Delphi
procedure RotateClockwise;

#Remarks

Call this procedure to rotate the current document view clockwise by 90 degrees:

Rotate Clockwise

To rotate the view by 90 degrees in the opposite direction, call the RotateCounterclockwise procedure. You can also directly specify the required document view rotation angle by using the RotationAngle property.

An end-user can rotate the document view clockwise by clicking the Rotate Clockwise item in the PDF Viewer’s context menu or by pressing the Ctrl+Shift+Plus Sign (+) key combination.

Context Menu

You can also provide an additional end-user option for rotating the view clockwise by linking the RotateClockwise command to an element of your UI.

See Also