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
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
BirthDate
Birth Date. The format is ISO8601 with delimiters
public Field BirthDate { get; }
Property Value
DateExpired
Date Expired. The format is ISO8601 with delimiters
public Field DateExpired { get; }
Property Value
DateIssued
Date Issued. The format is ISO8601 with delimiters
public Field DateIssued { get; }
Property Value
DocumentCode
Document Code
public Field DocumentCode { get; }
Property Value
FirstName
First Name
public Field FirstName { get; }
Property Value
LastName
Last Name
public Field LastName { get; }
Property Value
Optional
Optional
public Field Optional { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }