Class ImageProcessor.ImageRotation
[Register("io/scanbot/sdk/core/processor/ImageProcessor$ImageRotation", DoNotGenerateAcw = true)]
public sealed class ImageProcessor.ImageRotation : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ImageProcessor.ImageRotation
- Implements
- Inherited Members
Properties
Rotation180
[Register("ROTATION_180")]
public static ImageProcessor.ImageRotation Rotation180 { get; }
Property Value
Rotation90Clockwise
[Register("ROTATION_90_CLOCKWISE")]
public static ImageProcessor.ImageRotation Rotation90Clockwise { get; }
Property Value
Rotation90Counterclockwise
[Register("ROTATION_90_COUNTERCLOCKWISE")]
public static ImageProcessor.ImageRotation Rotation90Counterclockwise { get; }
Property Value
RotationNone
[Register("ROTATION_NONE")]
public static ImageProcessor.ImageRotation RotationNone { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/core/processor/ImageProcessor$ImageRotation;", "")]
public static ImageProcessor.ImageRotation ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/core/processor/ImageProcessor$ImageRotation;", "")]
public static ImageProcessor.ImageRotation[] Values()