Class ImageRotation
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/core/ImageRotation", DoNotGenerateAcw = true)]
public sealed class ImageRotation : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ImageRotation
- Implements
-
- Inherited Members
-
Properties
Clockwise180
[Register("CLOCKWISE_180")]
public static ImageRotation Clockwise180 { get; }
Property Value
- ImageRotation
Clockwise90
[Register("CLOCKWISE_90")]
public static ImageRotation Clockwise90 { get; }
Property Value
- ImageRotation
Counterclockwise90
[Register("COUNTERCLOCKWISE_90")]
public static ImageRotation Counterclockwise90 { get; }
Property Value
- ImageRotation
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
None
[Register("NONE")]
public static ImageRotation None { get; }
Property Value
- ImageRotation
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/core/ImageRotation;", "")]
public static ImageRotation FromJson(string json)
Parameters
json
string
Returns
- ImageRotation
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/core/ImageRotation;", "")]
public static ImageRotation ValueOf(string value)
Parameters
value
string
Returns
- ImageRotation
Values()
[Register("values", "()[Lio/scanbot/sdk/core/ImageRotation;", "")]
public static ImageRotation[] Values()
Returns
- ImageRotation[]