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

PdfViewer.RotationAngle Property

Specifies the rotation angle of a document in the PdfViewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[DefaultValue(0)]
public int RotationAngle { get; set; }

Property Value

Type Default Description
Int32 0

An integer value, specifying the rotation angle of document pages (in degrees). This value must be multiple of 90.

See Also