ID Capture Document

Defined in namespace Scandit.DataCapture.ID.Capture

IdCaptureDocumentType

Added in version 7.0.0

Types associated with the document classes below

IdCard

Added in version 7.0.0

ID card identification document. Associated with IdCard.

DriverLicense

Added in version 7.0.0

Driver license identification document. Associated with DriverLicense.

Passport

Added in version 7.0.0

Passport identification document. Associated with Passport.

VisaIcao

Added in version 7.0.0

Visa (ICAO) identification document. Associated with VisaIcao.

RegionSpecific

Added in version 7.0.0

Region specific identification document. Associated with RegionSpecific.

ResidencePermit

Added in version 7.0.0

Residence Permit. Associated with ResidencePermit.

HealthInsuranceCard

Added in version 7.0.0

Health insurance card. Associated with HealthInsuranceCard.

IdCaptureDocument
class IdCaptureDocument

Added in version 7.0.0

A category of documents, such as ID cards, driver’s licenses, or passports.

Region
IdCaptureRegion Region { get; }

Added in version 7.0.0

Specifies the region (e.g., country) where the document was issued.

DocumentType
IdCaptureDocumentType DocumentType { get; }

Added in version 7.0.0

Enum IdCaptureDocumentType associated with this instance.

ID Card

IdCard
class IdCard : IdCaptureDocument

Added in version 7.0.0

A category of state-issued documents primarily designed to confirm a citizen’s identity, voting rights, or age. This category includes documents commonly referred to as ID Cards, Voting IDs, and Proof of Age Cards. It also encompasses Passport Cards issued by certain jurisdictions, which provide limited travel rights.

While other documents (e.g., driver’s licenses, passports, residence permits) may serve as identification in certain regions, they are not included in this category.

IdCard()
IdCard(IdCaptureRegion region)

Added in version 7.0.0

Creates a new IdCard instance.

Create()
static IdCard Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new IdCard instance.

Driver License

DriverLicense
class DriverLicense : IdCaptureDocument

Added in version 7.0.0

A category of documents that confirms the holder’s right to drive or operate vehicles.

DriverLicense()
DriverLicense(IdCaptureRegion region)

Added in version 7.0.0

Creates a new DriverLicense instance.

Create()
static DriverLicense Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new DriverLicense instance.

Passport

Passport
class Passport : IdCaptureDocument

Added in version 7.0.0

A category of official government-issued documents that verify a person’s identity and nationality, enabling international travel.

Passport Cards and other documents used for regional travel are not included in this category.

Passport()
Passport(IdCaptureRegion region)

Added in version 7.0.0

Creates a new Passport instance.

Create()
static Passport Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new Passport instance.

Visa (ICAO)

VisaIcao
class VisaIcao : IdCaptureDocument

Added in version 7.0.0

A category of travel documents that temporarily permit a foreigner to enter, remain in, or leave the issuing jurisdiction. Only documents that comply with the ICAO Machine Readable Travel Document (MRTD) standard are included in this category.

This category does not include documents that grant similar privileges but do not adhere to the ICAO MRTD standard, such as the US Border Crossing Card or travel permits for autonomous regions like Hong Kong and Macao issued by China.

VisaIcao()
VisaIcao(IdCaptureRegion region)

Added in version 7.0.0

Creates a new VisaIcao instance.

Create()
static VisaIcao Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new VisaIcao instance.

Region Specific

RegionSpecific
class RegionSpecific : IdCaptureDocument

Added in version 7.0.0

A category of documents that do not fall into other established categories and lack a recognized international standard. These documents grant privileges or serve specific purposes within a particular region or jurisdiction, often related to local regulations or services.

RegionSpecific()
RegionSpecific(RegionSpecificSubtype subtype)

Added in version 7.0.0

Creates a new RegionSpecific instance.

Create()
static RegionSpecific Create(RegionSpecificSubtype subtype)

Added in version 7.0.0

Creates a new RegionSpecific instance.

Subtype
RegionSpecificSubtype Subtype { get; }

Added in version 7.0.0

Enum RegionSpecificSubtype indicating the region-specific subtype associated with this instance.

Residence Permit

ResidencePermit
class ResidencePermit : IdCaptureDocument

Added in version 7.0.0

A category of documents issued to confirm the identity of non-citizens and their right to reside for an extended period within a given jurisdiction. These are sometimes referred to as Resident IDs or Alien IDs.

ResidencePermit()
ResidencePermit(IdCaptureRegion region)

Added in version 7.0.0

Creates a new ResidencePermit instance.

Create()
static ResidencePermit Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new ResidencePermit instance.

Health Insurance Card

HealthInsuranceCard
class HealthInsuranceCard : IdCaptureDocument

Added in version 7.0.0

A category of documents that provide proof of an individual’s health insurance coverage, typically issued by a health insurer or government agency.

HealthInsuranceCard()
HealthInsuranceCard(IdCaptureRegion region)

Added in version 7.0.0

Creates a new HealthInsuranceCard instance.

Create()
static HealthInsuranceCard Create(IdCaptureRegion region)

Added in version 7.0.0

Creates a new HealthInsuranceCard instance.