Skip to main content
A newer version of this page is available. .

DocumentViewerControl.PageRotation Property

Specifies the rotation of the displayed document’s pages. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll

Declaration

public Rotation PageRotation { get; set; }

Property Value

Type Description
Rotation

A Rotation enumeration value.

See Also