Aspose::BarCode::ComplexBarcode::USADriveIdCodetext class

USADriveIdCodetext class

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

class USADriveIdCodetext : public Aspose::BarCode::ComplexBarcode::IComplexCodetext

Methods

MethodDescription
get_AAMVAVersionNumber() constAAMVA Version Number 00-99
get_IssuerIdentificationNumber() constThis 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.
get_JurisdictionSpecificSubfile() constJurisdiction Specific Fields
get_JurisdictionVersionNumber() constJurisdiction Version Number 00-99
get_MandatoryElements() constMandatory elements (fields) of the card
get_NumberOfEntries() constNumber 00-99 of subfiles
get_OptionalElements() constOptional elements (fields) of the card
get_SubfileDesignator() constContains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
GetBarcodeType() overrideReturns barcode type of USA DL (Pdf417)
GetConstructedCodetext() overrideConstruct codetext from USA DL data
InitFromString(System::String) overrideInitialize USA DL object from codetext
SaveToXml(System::SharedPtr<System::IO::Stream>)Saves to XML
set_AAMVAVersionNumber(System::String)AAMVA Version Number 00-99
set_IssuerIdentificationNumber(System::String)This 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.
set_JurisdictionSpecificSubfile(System::SharedPtr<USADriveIdJurisdSubfile>)Jurisdiction Specific Fields
set_JurisdictionVersionNumber(System::String)Jurisdiction Version Number 00-99
set_MandatoryElements(System::SharedPtr<USADriveIdCodetext::MandatoryFields>)Mandatory elements (fields) of the card
set_NumberOfEntries(int32_t)Number 00-99 of subfiles
set_OptionalElements(System::SharedPtr<USADriveIdCodetext::OptionalFields>)Optional elements (fields) of the card
set_SubfileDesignator(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<USADriveIdCodetext::SubfileProperties>»)Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
USADriveIdCodetext()Default constructor

See Also