Table of Contents

Class DeDriverLicenseFront

Namespace
ScanbotSDK.MAUI.DocumentFormats.Generic
Assembly
ScanbotSDK.Shared.dll

German driver license (Führerschein), front side

public class DeDriverLicenseFront : GenericDocumentWrapper
Inheritance
DeDriverLicenseFront
Inherited Members

Constructors

DeDriverLicenseFront(GenericDocument)

public DeDriverLicenseFront(GenericDocument document)

Parameters

document GenericDocument

Properties

BirthDate

Birth date (Field 3.)

public Field BirthDate { get; }

Property Value

Field

Birthplace

Birthplace (Field 3.)

public Field Birthplace { get; }

Property Value

Field

ExpiryDate

Expiry date (Field 4b.)

public Field ExpiryDate { 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

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

Signature

Signature image (Field 7.)

public Field Signature { get; }

Property Value

Field

Surname

Surname (Field 1.)

public Field Surname { get; }

Property Value

Field