Class ScanbotCameraView.State
- Namespace
- IO.Scanbot.Sdk.Camera
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ScanbotCameraView.State : Enum
- Inheritance
-
ScanbotCameraView.State
Constructors
State(string, int)
public State(string _enum_name, int _enum_ordinal)
Parameters
_enum_name
string
_enum_ordinal
int
Properties
A
public static IList<ScanbotCameraView.State> A { get; }
Property Value
- IList<ScanbotCameraView.State>
B
public static IEnumEntries B { get; }
Property Value
- IEnumEntries
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Idle
public static ScanbotCameraView.State Idle { get; }
Property Value
- ScanbotCameraView.State
PendingShoot
public static ScanbotCameraView.State PendingShoot { get; }
Property Value
- ScanbotCameraView.State
Shooting
public static ScanbotCameraView.State Shooting { get; }
Property Value
- ScanbotCameraView.State
Methods
ValueOf(string)
public static ScanbotCameraView.State ValueOf(string value)
Parameters
value
string
Returns
- ScanbotCameraView.State
Values()
public static ScanbotCameraView.State[] Values()
Returns
- State[]