Class PdfAnnotationRotateAngle
The number of degrees by which the annotation should be rotate
Inheritance
System.Object
PdfAnnotationRotateAngle
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfAnnotationRotateAngle : Enum
Fields
RotateAngle0
The annotation is rotated as 0 angle.
Declaration
public const PdfAnnotationRotateAngle RotateAngle0
Field Value
Type |
---|
PdfAnnotationRotateAngle |
RotateAngle180
The annotation is rotated as 180 angle.
Declaration
public const PdfAnnotationRotateAngle RotateAngle180
Field Value
Type |
---|
PdfAnnotationRotateAngle |
RotateAngle270
The annotation is rotated as 270 angle.
Declaration
public const PdfAnnotationRotateAngle RotateAngle270
Field Value
Type |
---|
PdfAnnotationRotateAngle |
RotateAngle90
The annotation is rotated as 90 angle.
Declaration
public const PdfAnnotationRotateAngle RotateAngle90
Field Value
Type |
---|
PdfAnnotationRotateAngle |