Skip to main content
All docs
V25.1
  • PdfFreeTextAnnotationFacade.RotationAngle Property

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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