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
Birthplace
Birthplace (Field 3.)
public Field Birthplace { get; }
Property Value
ExpiryDate
Expiry date (Field 4b.)
public Field ExpiryDate { 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
Photo
Photo image
public Field Photo { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature image (Field 7.)
public Field Signature { get; }
Property Value
Surname
Surname (Field 1.)
public Field Surname { get; }