Class ImageRotation
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ImageRotation : Enum
- Inheritance
-
ImageRotation
Properties
Clockwise180
public static ImageRotation Clockwise180 { get; }
Property Value
- ImageRotation
Clockwise90
public static ImageRotation Clockwise90 { get; }
Property Value
- ImageRotation
Counterclockwise90
public static ImageRotation Counterclockwise90 { get; }
Property Value
- ImageRotation
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
None
public static ImageRotation None { get; }
Property Value
- ImageRotation
Methods
FromJson(string)
public static ImageRotation FromJson(string json)
Parameters
json
string
Returns
- ImageRotation
ToJson()
Returns
- string
ValueOf(string)
public static ImageRotation ValueOf(string value)
Parameters
value
string
Returns
- ImageRotation
Values()
public static ImageRotation[] Values()
Returns
- ImageRotation[]