Enum PdfAnnotationRotateAngle
- Namespace
- Syncfusion.Pdf.Interactive
- Assembly
- Syncfusion.Pdf.Portable.dll
The number of degrees by which the annotation should be rotate
public enum PdfAnnotationRotateAngle
Fields
RotateAngle0 = 0
The annotation is rotated as 0 angle.
RotateAngle180 = 2
The annotation is rotated as 180 angle.
RotateAngle270 = 3
The annotation is rotated as 270 angle.
RotateAngle90 = 1
The annotation is rotated as 90 angle.