Class DocumentDisplacement
- Namespace
- IO.Scanbot.Sdk.Documentscanner
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/DocumentDisplacement", DoNotGenerateAcw = true)]
public sealed class DocumentDisplacement : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentDisplacement
- Implements
-
- Inherited Members
-
Properties
Down
[Register("DOWN")]
public static DocumentDisplacement Down { get; }
Property Value
- DocumentDisplacement
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Left
[Register("LEFT")]
public static DocumentDisplacement Left { get; }
Property Value
- DocumentDisplacement
LowerLeft
[Register("LOWER_LEFT")]
public static DocumentDisplacement LowerLeft { get; }
Property Value
- DocumentDisplacement
LowerRight
[Register("LOWER_RIGHT")]
public static DocumentDisplacement LowerRight { get; }
Property Value
- DocumentDisplacement
None
[Register("NONE")]
public static DocumentDisplacement None { get; }
Property Value
- DocumentDisplacement
Right
[Register("RIGHT")]
public static DocumentDisplacement Right { get; }
Property Value
- DocumentDisplacement
Up
[Register("UP")]
public static DocumentDisplacement Up { get; }
Property Value
- DocumentDisplacement
UpperLeft
[Register("UPPER_LEFT")]
public static DocumentDisplacement UpperLeft { get; }
Property Value
- DocumentDisplacement
UpperRight
[Register("UPPER_RIGHT")]
public static DocumentDisplacement UpperRight { get; }
Property Value
- DocumentDisplacement
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/documentscanner/DocumentDisplacement;", "")]
public static DocumentDisplacement FromJson(string json)
Parameters
json string
Returns
- DocumentDisplacement
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/documentscanner/DocumentDisplacement;", "")]
public static DocumentDisplacement ValueOf(string value)
Parameters
value string
Returns
- DocumentDisplacement
Values()
[Register("values", "()[Lio/scanbot/sdk/documentscanner/DocumentDisplacement;", "")]
public static DocumentDisplacement[] Values()
Returns
- DocumentDisplacement[]