Class McFormType
- Namespace
- IO.Scanbot.Mcscanner.Model
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/mcscanner/model/McFormType", DoNotGenerateAcw = true)]
public sealed class McFormType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
McFormType
- Implements
-
- Inherited Members
-
Properties
[Register("Form_1a")]
public static McFormType Form1a { get; }
Property Value
- McFormType
[Register("Form_1b")]
public static McFormType Form1b { get; }
Property Value
- McFormType
[Register("Form_1b_Custom")]
public static McFormType Form1bCustom { get; }
Property Value
- McFormType
[Register("Form_1c")]
public static McFormType Form1c { get; }
Property Value
- McFormType
[Register("Form_1d")]
public static McFormType Form1d { get; }
Property Value
- McFormType
[Register("Form_21a")]
public static McFormType Form21a { get; }
Property Value
- McFormType
[Register("Form_21a_back")]
public static McFormType Form21aBack { get; }
Property Value
- McFormType
[Register("Unknown")]
public static McFormType Unknown { get; }
Property Value
- McFormType
Methods
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/mcscanner/model/McFormType;", "")]
public static McFormType ValueOf(string value)
Parameters
value
string
Returns
- McFormType
[Register("values", "()[Lio/scanbot/mcscanner/model/McFormType;", "")]
public static McFormType[] Values()
Returns
- McFormType[]