Parses AAMVA data encoded in PDF417 barcodes
public static AAMVAID ParseAAMVAData(
byte[] data,
bool strictMode
)
Public Shared Function ParseAAMVAData(
ByVal data() As Byte,
ByVal strictMode As Boolean
) As AAMVAID
public:
static AAMVAID^ ParseAAMVAData(
array<Byte>^ data,
bool strictMode
)
data
The barcode data.
strictMode
Strict Mode enforces length and character type restrictions on data element values as outlined in the AAMVA CDS.
It is almost always recommended to pass false here, as many card issuing authorities break AAMVA CDS guidelines. true should only be passed here if you are looking to verify total standard compliance of all fields in the input data.
An AAMVAID if one is encoded in the provided barcode data. null otherwise.
The input data is ASCII encoded.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document