Class SBSDKMRZDocumentType
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKMRZDocumentType : NSObject
- Inheritance
-
SBSDKMRZDocumentType
Constructors
SBSDKMRZDocumentType(NSObjectFlag)
protected SBSDKMRZDocumentType(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKMRZDocumentType(NativeHandle)
protected SBSDKMRZDocumentType(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ChDrivingLicense
public static SBSDKMRZDocumentType ChDrivingLicense { get; }
Property Value
- SBSDKMRZDocumentType
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CrewMemberCertificate
public static SBSDKMRZDocumentType CrewMemberCertificate { get; }
Property Value
- SBSDKMRZDocumentType
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
IdCard
public static SBSDKMRZDocumentType IdCard { get; }
Property Value
- SBSDKMRZDocumentType
Passport
public static SBSDKMRZDocumentType Passport { get; }
Property Value
- SBSDKMRZDocumentType
RawValue
public virtual nint RawValue { get; }
Property Value
- nint
Unknown
public static SBSDKMRZDocumentType Unknown { get; }
Property Value
- SBSDKMRZDocumentType
Visa
public static SBSDKMRZDocumentType Visa { get; }
Property Value
- SBSDKMRZDocumentType
Methods
EnumValueFrom(nint)
public static SBSDKMRZDocumentType? EnumValueFrom(nint rawValue)
Parameters
rawValue
nint
Returns
- SBSDKMRZDocumentType
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool