Table of Contents

Class IDCardPDF417

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

ID Card

public class IDCardPDF417 : GenericDocumentWrapper
Inheritance
IDCardPDF417
Inherited Members

Constructors

IDCardPDF417(GenericDocument)

public IDCardPDF417(GenericDocument document)

Parameters

document GenericDocument

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