Class DeResidencePermitFront
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Generic
- Assembly
- ScanbotSDK.Shared.dll
German Residence Permit (Aufenthaltstitel), Front side
public class DeResidencePermitFront : GenericDocumentWrapper
- Inheritance
-
DeResidencePermitFront
- Inherited Members
Constructors
DeResidencePermitFront(GenericDocument)
public DeResidencePermitFront(GenericDocument document)
Parameters
document
GenericDocument
Properties
BirthDate
Birth date (Geburtsdatum)
public Field? BirthDate { get; }
Property Value
ExpiryDate
Expiry date (Gültig bis)
public Field ExpiryDate { get; }
Property Value
Gender
Gender (Geschlecht)
public Field? Gender { get; }
Property Value
GivenNames
Given names
public Field GivenNames { get; }
Property Value
ID
Document ID number (in the top-right corner)
public Field ID { get; }
Property Value
Nationality
Nationality (Staatsangehörigkeit)
public Field? Nationality { get; }
Property Value
PIN
PIN
public Field PIN { get; }
Property Value
Photo
Photo image
public Field Photo { get; }
Property Value
PlaceOfIssue
Place of issue (Ausstellungsort)
public Field? PlaceOfIssue { get; }
Property Value
Remarks
Remarks (Anmerkungen)
public Field Remarks { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature image
public Field Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }
Property Value
TitleType
Title type (Art des Titels)
public Field TitleType { get; }
Property Value
ValidFrom
Valid from date (Gültig ab)
public Field? ValidFrom { get; }