[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.StampAnnotation.RotateContent

RotateContent Method

RotateContent(float)

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.

Declaration
public void RotateContent(float angleDegrees)
Public Sub RotateContent(angleDegrees As Single)
Parameters
Type Name Description
float angleDegrees

The rotation angle in degrees.