EnumDocumentType
EnumDocumentType is an enumeration class that defines the type of document to scan, such as ID cards or passports.
Definition
Assembly: Dynamsoft.MRZScannerBundle.Maui
Namespace: Dynamsoft.MRZScannerBundle.Maui
public enum EnumDocumentType
{
All,
Id,
Passport
}