Aspose::BarCode::ComplexBarcode::USADriveIdCodetext class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| get_AAMVAVersionNumber() const | AAMVA Version Number 00-99 |
| get_IssuerIdentificationNumber() const | 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. |
| get_JurisdictionSpecificSubfile() const | Jurisdiction Specific Fields |
| get_JurisdictionVersionNumber() const | Jurisdiction Version Number 00-99 |
| get_MandatoryElements() const | Mandatory elements (fields) of the card |
| get_NumberOfEntries() const | Number 00-99 of subfiles |
| get_OptionalElements() const | Optional elements (fields) of the card |
| get_SubfileDesignator() const | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. |
| GetBarcodeType() override | Returns barcode type of USA DL (Pdf417) |
| GetConstructedCodetext() override | Construct codetext from USA DL data |
| InitFromString(System::String) override | Initialize 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
- Class IComplexCodetext
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++