ID Capture Scanner

Defined in namespace Scandit.DataCapture.ID.Capture

IdCaptureScanner
class IdCaptureScanner : IDisposable

Added in version 8.0.0

Configures the scanner for capturing identity documents. This data class allows configuring both physical document scanning (ID cards, passports, driver’s licenses) and mobile document scanning (ISO 18013-5 mDL).

IdCaptureScanner()
IdCaptureScanner(IPhysicalDocumentScanner physicalDocument, MobileDocumentScanner mobileDocument)

Added in version 8.0.0

Creates a new IdCaptureScanner instance.

Param PhysicalDocumentScanner? physicalDocument

Configuration for scanning physical documents. See IPhysicalDocumentScanner for options.

Param MobileDocumentScanner? mobileDocument

Configuration for scanning mobile documents. See MobileDocumentScanner for options.

PhysicalDocument
IPhysicalDocumentScanner PhysicalDocument { get; }

Added in version 8.0.0

Configuration for scanning physical documents (cards and booklets). Can be null if only mobile documents are to be scanned.

MobileDocument
MobileDocumentScanner MobileDocument { get; }

Added in version 8.0.0

Configuration for scanning mobile documents. Can be null if only physical documents are to be scanned.

Single Side Scanner

Full Document Scanner

ID Capture Scanner Options