Class DeIdCardBack
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Generic
- Assembly
- ScanbotSDK.Shared.dll
German ID card, back side
public class DeIdCardBack : GenericDocumentWrapper
- Inheritance
-
DeIdCardBack
- Inherited Members
Constructors
DeIdCardBack(GenericDocument)
public DeIdCardBack(GenericDocument document)
Parameters
document
GenericDocument
Properties
Address
Address
public Field Address { get; }
Property Value
Children
public DeIdCardBack.DeIdCardBackChildren Children { get; }
Property Value
EyeColor
Eye color
public Field EyeColor { get; }
Property Value
Height
Height
public Field Height { get; }
Property Value
IssueDate
Issue date
public Field IssueDate { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
Pseudonym
Pseudonym
public Field? Pseudonym { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field RawMRZ { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }