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

NameStaticDescription
tryDecodeHIBCLICYesDecodes HIBC LIC codetext.
tryDecodeHIBCPASYesDecodes HIBC PAS codetext.
tryDecodeMailmarkYesDecodes Mailmark Barcode C and L codetext.
tryDecodeMailmark2DYesDecodes Royal Mail Mailmark 2D codetext.
tryDecodeMaxiCodeYesDecodes MaxiCode codetext.
tryDecodeSwissQRYesDecodes SwissQR codetext.
tryDecodeUSADriveIdYesDecodes USADriveId codetext.

tryDecodeHIBCLICtryDecodeHIBCLIC(?string $encodedCodetext) (static)

Decodes HIBC LIC codetext.

ParameterTypeDescription
$encodedCodetext?string

Returns: HIBCLICComplexCodetext|null Decoded HIBC LIC Complex Codetext or null

tryDecodeHIBCPAStryDecodeHIBCPAS(string $encodedCodetext) (static)

Decodes HIBC PAS codetext.

ParameterTypeDescription
$encodedCodetextstring

Returns: ?HIBCPASCodetext decoded HIBC PAS Complex Codetext or null.

tryDecodeMailmarktryDecodeMailmark(string $encodedCodetext) (static)

Decodes Mailmark Barcode C and L codetext.

ParameterTypeDescription
$encodedCodetextstring

Returns: MailmarkCodetext|null Mailmark Barcode C and L or null.

tryDecodeMailmark2DtryDecodeMailmark2D(string $encodedCodetext) (static)

Decodes Royal Mail Mailmark 2D codetext.

ParameterTypeDescription
$encodedCodetextstring

Returns: Mailmark2DCodetext decoded Royal Mail Mailmark 2D or null.

tryDecodeMaxiCodetryDecodeMaxiCode(int $maxiCodeMode, string $encodedCodetext) (static)

Decodes MaxiCode codetext.

ParameterTypeDescription
$maxiCodeModeint
$encodedCodetextstring

Returns: MaxiCodeCodetext Decoded MaxiCode codetext.

tryDecodeSwissQRtryDecodeSwissQR(string $encodedCodetext) (static)

Decodes SwissQR codetext.

ParameterTypeDescription
$encodedCodetextstring

Returns: SwissQRCodetext decoded SwissQRCodetext or null.

tryDecodeUSADriveIdtryDecodeUSADriveId(string $encodedCodetext) (static)

Decodes USADriveId codetext.

ParameterTypeDescription
$encodedCodetextstring

Returns: ?USADriveIdCodetext Decoded USADriveId or null.