Table of Contents

Class CroppingState.PolygonType

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Screen.Crop
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/screen/crop/CroppingState$PolygonType", DoNotGenerateAcw = true)]
public sealed class CroppingState.PolygonType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CroppingState.PolygonType
Implements
Inherited Members

Properties

Detection

[Register("DETECTION")]
public static CroppingState.PolygonType Detection { get; }

Property Value

CroppingState.PolygonType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

FreeForm

[Register("FREE_FORM")]
public static CroppingState.PolygonType FreeForm { get; }

Property Value

CroppingState.PolygonType

Reset

[Register("RESET")]
public static CroppingState.PolygonType Reset { get; }

Property Value

CroppingState.PolygonType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/document/screen/crop/CroppingState$PolygonType;", "")]
public static CroppingState.PolygonType ValueOf(string value)

Parameters

value string

Returns

CroppingState.PolygonType

Values()

[Register("values", "()[Lio/scanbot/sdk/ui_v2/document/screen/crop/CroppingState$PolygonType;", "")]
public static CroppingState.PolygonType[] Values()

Returns

PolygonType[]