Table of Contents

Class ImageProcessor.ImageRotation

Namespace
IO.Scanbot.Sdk.Core.Processor
Assembly
DocumentSDK.NET.Droid.dll
[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

ImageProcessor.ImageRotation

Rotation90Clockwise

[Register("ROTATION_90_CLOCKWISE")]
public static ImageProcessor.ImageRotation Rotation90Clockwise { get; }

Property Value

ImageProcessor.ImageRotation

Rotation90Counterclockwise

[Register("ROTATION_90_COUNTERCLOCKWISE")]
public static ImageProcessor.ImageRotation Rotation90Counterclockwise { get; }

Property Value

ImageProcessor.ImageRotation

RotationNone

[Register("ROTATION_NONE")]
public static ImageProcessor.ImageRotation RotationNone { get; }

Property Value

ImageProcessor.ImageRotation

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

ImageProcessor.ImageRotation

Values()

[Register("values", "()[Lio/scanbot/sdk/core/processor/ImageProcessor$ImageRotation;", "")]
public static ImageProcessor.ImageRotation[] Values()

Returns

ImageRotation[]