Table of Contents

Class IDCardPDF417

Namespace
ScanbotSDK.MAUI.BarcodeDocumentModel
Assembly
ScanbotSDK.Shared.dll

ID Card

public class IDCardPDF417 : GenericDocumentWrapper
Inheritance
IDCardPDF417
Inherited Members

Constructors

IDCardPDF417(GenericDocument)

public IDCardPDF417(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

BirthDate

Birth Date. The format is ISO8601 with delimiters

public Field BirthDate { get; }

Property Value

Field

DateExpired

Date Expired. The format is ISO8601 with delimiters

public Field DateExpired { get; }

Property Value

Field

DateIssued

Date Issued. The format is ISO8601 with delimiters

public Field DateIssued { get; }

Property Value

Field

DocumentCode

Document Code

public Field DocumentCode { get; }

Property Value

Field

FirstName

First Name

public Field FirstName { get; }

Property Value

Field

LastName

Last Name

public Field LastName { get; }

Property Value

Field

Optional

Optional

public Field Optional { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string