Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / StampAnnotation Class / RotateContent Method
The rotation angle in degrees.

In This Topic
    RotateContent Method
    In This Topic
    Rotates the annotation content by the specified angle. Positive values indicate counterclockwise rotation.

    Note that the annotation must be added to a document before calling this method.

    Syntax
    'Declaration
     
    Public Sub RotateContent( _
       ByVal angleDegrees As System.Single _
    ) 
    public void RotateContent( 
       System.float angleDegrees
    )

    Parameters

    angleDegrees
    The rotation angle in degrees.
    See Also