Class AAMVA.RawDocument
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
The raw document as was parsed from the barcode. The original field key names and field values as they appear in the barcode are left as-is. The mnemonic field keys from the AAMVA specification are not replaced with human-readable names. No field value normalization, like ISO 8601 date reformatting, etc., is done.
public class AAMVA.RawDocument : GenericDocumentWrapper
- Inheritance
-
AAMVA.RawDocument
- Inherited Members
Constructors
RawDocument(GenericDocument)
public RawDocument(GenericDocument document)
Parameters
document
GenericDocument
Properties
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }