ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / Rotation Property

In This Topic
    Rotation Property (PdfFieldBase)
    In This Topic
    Gets or sets the rotation angle of the current PdfFieldBase, in degrees counter-clockwise from the X axis.
    Syntax
    'Declaration
     
    
    Public Overridable Property Rotation As Single
    public virtual float Rotation {get; set;}
    Remarks
    This field to support only 0, 90, 180 and 270 degree of rotation.
    See Also