Enum PdfAnnotationRotateAngle
The number of degrees by which the annotation should be rotate
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfAnnotationRotateAngle
Fields
Name | Description |
---|---|
RotateAngle0 | The annotation is rotated as 0 angle. |
RotateAngle180 | The annotation is rotated as 180 angle. |
RotateAngle270 | The annotation is rotated as 270 angle. |
RotateAngle90 | The annotation is rotated as 90 angle. |