Table of Contents

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

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

Address

Address (Field 8.)

public Field? Address { get; }

Property Value

Field

AdministrativeNumber

Administrative number (Field 10.)

public Field? AdministrativeNumber { get; }

Property Value

Field

Barcode

Barcode

public Field? Barcode { get; }

Property Value

Field

BirthDate

Birth date (Field 3.)

public Field BirthDate { get; }

Property Value

Field

Birthplace

Birthplace (Field 3.)

public Field? Birthplace { get; }

Property Value

Field

Children

public EuropeanDriverLicenseFront.EuropeanDriverLicenseFrontChildren Children { get; }

Property Value

EuropeanDriverLicenseFront.EuropeanDriverLicenseFrontChildren

Citizenship

Citizenship (Field 4f.)

public Field? Citizenship { get; }

Property Value

Field

Country

Country of the driver license

public Field Country { get; }

Property Value

Field

ExpiryDate

Expiry date (Field 4b.)

public Field ExpiryDate { get; }

Property Value

Field

Gender

Gender (Field 4e.)

public Field? Gender { get; }

Property Value

Field

GivenNames

Given names (Field 2.)

public Field GivenNames { get; }

Property Value

Field

ID

Document ID number (in the top-right corner, Field 5.)

public Field ID { get; }

Property Value

Field

IssueDate

Issue date (Field 4a.)

public Field? IssueDate { get; }

Property Value

Field

IssuingAuthority

Issuing authority (Field 4c.)

public Field? IssuingAuthority { get; }

Property Value

Field

LicenseCategories

Driver's license categories (Field 9.)

public Field? LicenseCategories { get; }

Property Value

Field

MRZ

MRZ part of the document

public Field? MRZ { get; }

Property Value

Field

Photo

Photo image

public Field Photo { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

Restrictions

Restrictions applied for the driver's license (Field 12.)

public Field? Restrictions { get; }

Property Value

Field

SerialNumber

Serial number (Field 5b. on Driver Qualification Card)

public Field? SerialNumber { get; }

Property Value

Field

Signature

Signature image (Field 7.)

public Field Signature { get; }

Property Value

Field

Surname

Surname (Field 1.)

public Field Surname { get; }

Property Value

Field