Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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