Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfWidgetAppearanceCharacteristics.RotationAngle Property

Gets the number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public int RotationAngle { get; }

Property Value

Type Description
Int32

An integer value that is the widget annotation rotation angle.

Remarks

The rotation angle value shall be a multiple of 90. Default value: 0.

See Also