ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / RotateAngle Property

In This Topic
    RotateAngle Property (C1PdfDocument)
    In This Topic
    Gets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360).
    Syntax
    'Declaration
     
    
    Public Property RotateAngle As Single
    public float RotateAngle {get; set;}
    See Also