Class IDCardPDF417
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/IDCardPDF417", DoNotGenerateAcw = true)]
public sealed class IDCardPDF417 : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
IDCardPDF417
- Implements
-
- Inherited Members
-
Constructors
IDCardPDF417(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public IDCardPDF417(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "IDCardPDF417"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "IDCardPDF417"
Field Value
- string
Properties
BirthDate
public TextFieldWrapper BirthDate { get; }
Property Value
- TextFieldWrapper
DateExpired
public TextFieldWrapper DateExpired { get; }
Property Value
- TextFieldWrapper
DateIssued
public TextFieldWrapper DateIssued { get; }
Property Value
- TextFieldWrapper
DocumentCode
public TextFieldWrapper DocumentCode { get; }
Property Value
- TextFieldWrapper
FirstName
public TextFieldWrapper FirstName { get; }
Property Value
- TextFieldWrapper
LastName
public TextFieldWrapper LastName { get; }
Property Value
- TextFieldWrapper
Optional
public TextFieldWrapper Optional { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string