![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Public Attributes | |
| const | AUTO = 0 |
| const | BYTES = 1 |
| const | EXTENDED_CODETEXT = 2 |
Encoding mode for MaxiCode barcodes.
| const MaxiCodeEncodeMode::AUTO = 0 |
Encode codetext with value set in the ECIEncoding property.
| const MaxiCodeEncodeMode::BYTES = 1 |
Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first.
| const MaxiCodeEncodeMode::EXTENDED_CODETEXT = 2 |
Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset.