ComplexCodetextReader
ComplexCodetextReader class
Namespace: Aspose.Barcode.ComplexBarcode
ComplexCodetextReader decodes codetext to specified complex barcode type. This sample shows how to recognize and decode SwissQR image.
Methods
| Name | Static | Description |
|---|---|---|
| tryDecodeHIBCLIC | Yes | Decodes HIBC LIC codetext. |
| tryDecodeHIBCPAS | Yes | Decodes HIBC PAS codetext. |
| tryDecodeMailmark | Yes | Decodes Mailmark Barcode C and L codetext. |
| tryDecodeMailmark2D | Yes | Decodes Royal Mail Mailmark 2D codetext. |
| tryDecodeMaxiCode | Yes | Decodes MaxiCode codetext. |
| tryDecodeSwissQR | Yes | Decodes SwissQR codetext. |
| tryDecodeUSADriveId | Yes | Decodes USADriveId codetext. |
tryDecodeHIBCLICtryDecodeHIBCLIC(?string $encodedCodetext) (static)
Decodes HIBC LIC codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | ?string |
Returns: HIBCLICComplexCodetext|null Decoded HIBC LIC Complex Codetext or null
tryDecodeHIBCPAStryDecodeHIBCPAS(string $encodedCodetext) (static)
Decodes HIBC PAS codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | string |
Returns: ?HIBCPASCodetext decoded HIBC PAS Complex Codetext or null.
tryDecodeMailmarktryDecodeMailmark(string $encodedCodetext) (static)
Decodes Mailmark Barcode C and L codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | string |
Returns: MailmarkCodetext|null Mailmark Barcode C and L or null.
tryDecodeMailmark2DtryDecodeMailmark2D(string $encodedCodetext) (static)
Decodes Royal Mail Mailmark 2D codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | string |
Returns: Mailmark2DCodetext decoded Royal Mail Mailmark 2D or null.
tryDecodeMaxiCodetryDecodeMaxiCode(int $maxiCodeMode, string $encodedCodetext) (static)
Decodes MaxiCode codetext.
| Parameter | Type | Description |
|---|---|---|
$maxiCodeMode | int | |
$encodedCodetext | string |
Returns: MaxiCodeCodetext Decoded MaxiCode codetext.
tryDecodeSwissQRtryDecodeSwissQR(string $encodedCodetext) (static)
Decodes SwissQR codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | string |
Returns: SwissQRCodetext decoded SwissQRCodetext or null.
tryDecodeUSADriveIdtryDecodeUSADriveId(string $encodedCodetext) (static)
Decodes USADriveId codetext.
| Parameter | Type | Description |
|---|---|---|
$encodedCodetext | string |
Returns: ?USADriveIdCodetext Decoded USADriveId or null.