Skip to main content
All docs
V18.2

Document Rotation

To rotate a document, use the following commands.

Note

The PDF Viewer does not support rotating individual pages. You can use PDF Document API instead for this purpose.

The PDF Document API is a part of the Office File API or Universal subscription only, and is not included in the WPF subscription. Please refer to the DevExpress Subscription page for pricing information.

To specify the rotation in code, set the DocumentViewerControl.PageRotation property to one of the System.Windows.Media.Imaging.Rotation enumeration values. You can also perform specific actions if the rotation angle is changed when the DocumentViewerControl.PageRotationChanged event is handled.