ID Document Type#
Defined under the namespace Scandit.Datacapture.Id
-
IdDocumentType
# Added in version 6.6.0
This enum class is used to specify what documents can be scanned in ID Capture. Documents are set in IdCaptureSettings.supportedDocuments method.
-
DLVIZ
# Added in version 6.6.0
Allows to scan the front page of Driver License document. The result would be of type VIZResult.
-
AAMVABarcode
# Added in version 6.6.0
Allows to scan back page of AAMVA Driver License documents that contains PDF417 with the data. The result would be of type AAMVABarcodeResult.
-
ColombiaIdBarcode
# Added in version 6.6.0
Allows to scan back page of Colombia ID (Cédula de Ciudadanía) that contains PDF417 with the data. The result would be of type ColombiaIdBarcodeResult.
-
VisaMRZ
# Added in version 6.6.0
Allows to scan MRZ zone of the visa card. The result would be of type MRZResult.
-
PassportMRZ
# Added in version 6.6.0
Allows to scan MRZ zone of the passport. The result would be of type MRZResult.
-
SwissDLMRZ
# Added in version 6.6.0
Allows to scan MRZ zone of the Swiss driver’s license. The result would be of type MRZResult.
-
IdCardMRZ
# Added in version 6.6.0
Allows to scan MRZ zone of ID card. The result would be of type MRZResult.
-
IdCardVIZ
# Added in version 6.6.0
Allows to scan ID documents. The result would be of type VIZResult.
-
USUSIdBarcode
# Added in version 6.6.0
Allows to scan back page of US Uniformed Services documents that contains PDF417 with the data. The result would be of type USUniformedServicesBarcodeResult.
-
ArgentinaIdBarcode
# Added in version 6.6.0
Allows to scan back page of Argentina ID (Documento Nacional de Identidad) that contains PDF417 with the data. The result would be of type ArgentinaIdBarcodeResult.
-
SouthAfricaDlBarcode
# Added in version 6.6.0
Allows to scan back page of South Africa Driver’s License that contains PDF417 with the data. The result would be of type SouthAfricaDlBarcodeResult.
-
SouthAfricaIdBarcode
# Added in version 6.6.0
Allows to scan back page of South Africa Smart ID Card that contains PDF417 with the data. The result would be of type SouthAfricaIdBarcodeResult.
-