Class RotationType
- Namespace
- IO.Scanbot.Sdk.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class RotationType : Enum
- Inheritance
-
RotationType
Properties
A
public int A { get; set; }
Property Value
- int
B
public static IList<RotationType> B { get; }
Property Value
- IList<RotationType>
C
public static IEnumEntries C { get; }
Property Value
- IEnumEntries
Degrees
public int Degrees { get; }
Property Value
- int
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Rotation0
public static RotationType Rotation0 { get; }
Property Value
- RotationType
Rotation180
public static RotationType Rotation180 { get; }
Property Value
- RotationType
Rotation270
public static RotationType Rotation270 { get; }
Property Value
- RotationType
Rotation360
public static RotationType Rotation360 { get; }
Property Value
- RotationType
Rotation90
public static RotationType Rotation90 { get; }
Property Value
- RotationType
Methods
GetByDegrees(int)
public static RotationType GetByDegrees(int degrees)
Parameters
degrees
int
Returns
- RotationType
RotateClockwise(RotationType)
public static RotationType RotateClockwise(RotationType type)
Parameters
type
RotationType
Returns
- RotationType
ValueOf(string)
public static RotationType ValueOf(string value)
Parameters
value
string
Returns
- RotationType
Values()
public static RotationType[] Values()
Returns
- RotationType[]