 
            | Accusoft.PdfXpressSdk Namespace : RotateAngle Enumeration | 
'Declaration Public Enum RotateAngle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RotateAngle
public enum RotateAngle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum RotateAngle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class RotateAngle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Value | Description | 
|---|---|---|
| Rotate0 | 0 | Rotate zero degrees. | 
| Rotate180 | 180 | Rotate clockwise 180 degrees. | 
| Rotate270 | 270 | Rotate clockwise 270 degrees. | 
| Rotate90 | 90 | Rotate clockwise 90 degress. | 
| RotateOther | -1 | Represents all other clockwise angles. | 
System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.RotateAngle