USADriveIdCodetext

USADriveIdCodetext class

Class for encoding and decoding the text embedded in the USA Driving License PDF417 code.

The USADriveIdCodetext type exposes the following members:

Constructors

NameDescription
USADriveIdCodetext()Initializes a new instance of the USADriveIdCodetext class

Properties

NameDescription
issuer_identification_numberThis number uniquely identifies
the issuing jurisdiction and can be obtained by contacting the ISO
Issuing Authority(AAMVA). The full 6-digit IIN should be encoded.
aamva_version_numberAAMVA Version Number 00-99
jurisdiction_version_numberJurisdiction Version Number 00-99
number_of_entriesNumber 00-99 of subfiles
subfile_designatorContains information about following subfiles, types, offsets and lengths.
Important: set only type, offset and length will be set automatically.
mandatory_elementsMandatory elements (fields) of the card
optional_elementsOptional elements (fields) of the card
jurisdiction_specific_subfileJurisdiction Specific Fields

Methods

NameDescription
get_constructed_codetext()Construct codetext from USA DL data
init_from_string(constructed_codetext)Initialize USA DL object from codetext
get_barcode_type()Returns barcode type of USA DL (Pdf417)
save_to_xml(stream)Saves to XML

See Also