Table of Contents

Class DocumentStraighteningMode

Namespace
IO.Scanbot.Sdk.Documentscanner
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/DocumentStraighteningMode", DoNotGenerateAcw = true)]
public sealed class DocumentStraighteningMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentStraighteningMode
Implements
Inherited Members

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

None

[Register("NONE")]
public static DocumentStraighteningMode None { get; }

Property Value

DocumentStraighteningMode

Straighten

[Register("STRAIGHTEN")]
public static DocumentStraighteningMode Straighten { get; }

Property Value

DocumentStraighteningMode

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/documentscanner/DocumentStraighteningMode;", "")]
public static DocumentStraighteningMode FromJson(string json)

Parameters

json string

Returns

DocumentStraighteningMode

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/documentscanner/DocumentStraighteningMode;", "")]
public static DocumentStraighteningMode ValueOf(string value)

Parameters

value string

Returns

DocumentStraighteningMode

Values()

[Register("values", "()[Lio/scanbot/sdk/documentscanner/DocumentStraighteningMode;", "")]
public static DocumentStraighteningMode[] Values()

Returns

DocumentStraighteningMode[]