USADriveIdCodetext
USADriveIdCodetext class
Namespace: Aspose.Barcode.ComplexBarcode
Class for encoding and decoding the text embedded in the USA Driving License PDF417 code.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| addSubfileDesignator | No | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. |
| initFromString | No | Initialize USA DL object from codetext |
| saveToXml | No |
Properties
| Name | Read/Write | Description |
|---|---|---|
| AAMVAVersionNumber | Read/Write | AAMVA Version Number 00-99 |
| BarcodeType | Read-only | Returns barcode type of USA DL (Pdf417) |
| ConstructedCodetext | Read-only | Construct codetext from USA DL data |
| IssuerIdentificationNumber | Read/Write | 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. |
| JurisdictionSpecificSubfile | Read/Write | Jurisdiction Specific Fields |
| JurisdictionVersionNumber | Read/Write | Jurisdiction Version Number 00-99 |
| MandatoryElements | Read/Write | Mandatory elements (fields) of the card |
| NumberOfEntries | Read/Write | Number 00-99 of subfiles |
| OptionalElements | Read/Write | Optional elements (fields) of the card |
| SubfileDesignator | Read/Write | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. |
USADriveIdCodetext__construct()
addSubfileDesignatoraddSubfileDesignator(SubfileProperties $value)
Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
| Parameter | Type | Description |
|---|---|---|
$value | SubfileProperties |
initFromStringinitFromString(string $constructedCodetext)
Initialize USA DL object from codetext
| Parameter | Type | Description |
|---|---|---|
$constructedCodetext | string | Constructed codetext |
saveToXmlsaveToXml()
AAMVAVersionNumber
Access: Read/Write
AAMVA Version Number 00-99
AAMVA Version Number 00-99
| Parameter | Type | Description |
|---|---|---|
$value | string |
BarcodeType
Access: Read-only
Returns: Barcode type (Pdf417)
Returns barcode type of USA DL (Pdf417)
ConstructedCodetext
Access: Read-only
Returns: Constructed codetext
Construct codetext from USA DL data
IssuerIdentificationNumber
Access: Read/Write
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.
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.
| Parameter | Type | Description |
|---|---|---|
$value | string |
JurisdictionSpecificSubfile
Access: Read/Write
Jurisdiction Specific Fields
Jurisdiction Specific Fields
| Parameter | Type | Description |
|---|---|---|
$value | USADriveIdJurisdSubfile |
JurisdictionVersionNumber
Access: Read/Write
Jurisdiction Version Number 00-99
Jurisdiction Version Number 00-99
| Parameter | Type | Description |
|---|---|---|
$value | string |
MandatoryElements
Access: Read/Write
Mandatory elements (fields) of the card
Mandatory elements (fields) of the card
| Parameter | Type | Description |
|---|---|---|
$value | MandatoryFields |
NumberOfEntries
Access: Read/Write
Number 00-99 of subfiles
Number 00-99 of subfiles
| Parameter | Type | Description |
|---|---|---|
$value | string |
OptionalElements
Access: Read/Write
Optional elements (fields) of the card
Optional elements (fields) of the card
| Parameter | Type | Description |
|---|---|---|
$value | OptionalFields |
SubfileDesignator
Access: Read/Write
Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
| Parameter | Type | Description |
|---|---|---|
$value | array |