Class MrzDocumentType
- Namespace
- IO.Scanbot.Sdk.Mrz
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MrzDocumentType : Enum
- Inheritance
-
MrzDocumentType
Properties
ChDrivingLicense
public static MrzDocumentType ChDrivingLicense { get; }
Property Value
- MrzDocumentType
CrewMemberCertificate
public static MrzDocumentType CrewMemberCertificate { get; }
Property Value
- MrzDocumentType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
IdCard
public static MrzDocumentType IdCard { get; }
Property Value
- MrzDocumentType
Passport
public static MrzDocumentType Passport { get; }
Property Value
- MrzDocumentType
Unknown
public static MrzDocumentType Unknown { get; }
Property Value
- MrzDocumentType
Visa
public static MrzDocumentType Visa { get; }
Property Value
- MrzDocumentType
Methods
FromJson(string)
public static MrzDocumentType FromJson(string json)
Parameters
json
string
Returns
- MrzDocumentType
ToJson()
Returns
- string
ValueOf(string)
public static MrzDocumentType ValueOf(string value)
Parameters
value
string
Returns
- MrzDocumentType
Values()
public static MrzDocumentType[] Values()
Returns
- MrzDocumentType[]