Class CroppingState.PolygonType
[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
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
FreeForm
[Register("FREE_FORM")]
public static CroppingState.PolygonType FreeForm { get; }
Property Value
Reset
[Register("RESET")]
public static CroppingState.PolygonType Reset { get; }
Property Value
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
Values()
[Register("values", "()[Lio/scanbot/sdk/ui_v2/document/screen/crop/CroppingState$PolygonType;", "")]
public static CroppingState.PolygonType[] Values()