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
documentGenericDocument
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; }