Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation Class / RotationAngle Property

In This Topic
    RotationAngle Property (WidgetAnnotation)
    In This Topic
    Gets or sets the angle, in degrees, by which the widget annotation is rotated counterclockwise relative to the page. The value must be a multiple of 90.
    Syntax
    'Declaration
     
    Public Property RotationAngle As System.Single
    public System.float RotationAngle {get; set;}
    See Also