Class EuropeanDriverLicenseFront
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
European driver license, front side
public class EuropeanDriverLicenseFront : GenericDocumentWrapper
- Inheritance
-
EuropeanDriverLicenseFront
- Inherited Members
Constructors
EuropeanDriverLicenseFront(GenericDocument)
public EuropeanDriverLicenseFront(GenericDocument document)
Parameters
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
Address
Address (Field 8.)
public Field? Address { get; }
Property Value
AdministrativeNumber
Administrative number (Field 10.)
public Field? AdministrativeNumber { get; }
Property Value
Barcode
Barcode
public Field? Barcode { get; }
Property Value
BirthDate
Birth date (Field 3.)
public Field BirthDate { get; }
Property Value
Birthplace
Birthplace (Field 3.)
public Field? Birthplace { get; }
Property Value
Children
public EuropeanDriverLicenseFront.EuropeanDriverLicenseFrontChildren Children { get; }
Property Value
Citizenship
Citizenship (Field 4f.)
public Field? Citizenship { get; }
Property Value
Country
Country of the driver license
public Field Country { get; }
Property Value
ExpiryDate
Expiry date (Field 4b.)
public Field ExpiryDate { get; }
Property Value
Gender
Gender (Field 4e.)
public Field? Gender { get; }
Property Value
GivenNames
Given names (Field 2.)
public Field GivenNames { get; }
Property Value
ID
Document ID number (in the top-right corner, Field 5.)
public Field ID { get; }
Property Value
IssueDate
Issue date (Field 4a.)
public Field? IssueDate { get; }
Property Value
IssuingAuthority
Issuing authority (Field 4c.)
public Field? IssuingAuthority { get; }
Property Value
LicenseCategories
Driver's license categories (Field 9.)
public Field? LicenseCategories { get; }
Property Value
MRZ
MRZ part of the document
public Field? MRZ { get; }
Property Value
Photo
Photo image
public Field Photo { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Restrictions
Restrictions applied for the driver's license (Field 12.)
public Field? Restrictions { get; }
Property Value
SerialNumber
Serial number (Field 5b. on Driver Qualification Card)
public Field? SerialNumber { get; }
Property Value
Signature
Signature image (Field 7.)
public Field Signature { get; }
Property Value
Surname
Surname (Field 1.)
public Field Surname { get; }