Table of Contents

Class DePassport

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

German travel passport (Reisepass)

public class DePassport : GenericDocumentWrapper
Inheritance
DePassport
Inherited Members

Constructors

DePassport(GenericDocument)

public DePassport(GenericDocument document)

Parameters

document GenericDocument

Properties

BirthDate

Birth date

public Field BirthDate { get; }

Property Value

Field

Birthplace

Birthplace

public Field Birthplace { get; }

Property Value

Field

Children

public DePassport.DePassportChildren Children { get; }

Property Value

DePassport.DePassportChildren

CountryCode

Country code

public Field CountryCode { get; }

Property Value

Field

ExpiryDate

Expiry date

public Field ExpiryDate { get; }

Property Value

Field

Gender

Gender

public Field Gender { get; }

Property Value

Field

GivenNames

Given names

public Field GivenNames { get; }

Property Value

Field

ID

Document ID number (in the top-right corner)

public Field ID { get; }

Property Value

Field

IssueDate

Issue date

public Field IssueDate { get; }

Property Value

Field

IssuingAuthority

Issuing authority

public Field IssuingAuthority { get; }

Property Value

Field

MaidenName

Maiden name

public Field? MaidenName { get; }

Property Value

Field

Nationality

Nationality

public Field Nationality { get; }

Property Value

Field

PassportType

Passport type

public Field PassportType { get; }

Property Value

Field

Photo

Photo image

public Field Photo { get; }

Property Value

Field

RawMRZ

Raw MRZ text value

public Field RawMRZ { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

Signature

Signature image

public Field Signature { get; }

Property Value

Field

Surname

Surname

public Field Surname { get; }

Property Value

Field