TdxPDFCustomViewer.RotateClockwise Method
Rotates the document view clockwise.
Declaration
procedure RotateClockwise;
Remarks
Call this procedure to rotate the current document view clockwise by 90
degrees:
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.
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