Skip to main content
All docs
V23.2

PdfFreeTextAnnotationFacade.RotationAngle Property

Gets or sets the annotation’s rotation angle. The annotation is rotated counterclockwise.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public int RotationAngle { get; set; }

Property Value

Type Description
Int32

The degree of rotation (from 0 to 360) in multiples of 90.

See Also