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

In This Article

Rotates the document view counterclockwise.

#Declaration

Delphi
procedure RotateCounterclockwise;

#Remarks

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

Rotate Counterclockwise

To rotate the view by 90 degrees in the opposite direction, call the RotateClockwise 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 counterclockwise by clicking the Rotate Counterclockwise item in the PDF Viewer’s context menu or by pressing the Ctrl+Shift+Minus Sign(-) key combination.

Context Menu

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

See Also