Class DeIdCardFront
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Generic
- Assembly
- ScanbotSDK.Shared.dll
German ID card, front side
public class DeIdCardFront : GenericDocumentWrapper
- Inheritance
-
DeIdCardFront
- Inherited Members
Constructors
DeIdCardFront(GenericDocument)
public DeIdCardFront(GenericDocument document)
Parameters
document
GenericDocument
Properties
BirthDate
Birth date
public Field BirthDate { get; }
Property Value
Birthplace
Birthplace
public Field Birthplace { get; }
Property Value
ExpiryDate
Expiry date
public Field ExpiryDate { 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
MaidenName
Maiden name
public Field? MaidenName { get; }
Property Value
Nationality
Nationality
public Field Nationality { get; }
Property Value
PIN
PIN
public Field PIN { 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
public Field Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }