Aspose.Barcode for PHP via Java Generation and Recognition API docs
Deprecated List
Member Aspose\Barcode\Generation\AztecEncodeMode::BYTES
Member Aspose\Barcode\Generation\AztecEncodeMode::EXTENDED_CODETEXT
Member Aspose\Barcode\Generation\DataMatrixEncodeMode::BYTES
This property is obsolete and will be removed in future releases. Instead, use Base256 option.
Member Aspose\Barcode\Generation\DataMatrixEncodeMode::EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode
Member Aspose\Barcode\Generation\DotCodeEncodeMode::BYTES
Member Aspose\Barcode\Generation\DotCodeEncodeMode::EXTENDED_CODETEXT
Member Aspose\Barcode\Generation\MaxiCodeEncodeMode::BYTES
Member Aspose\Barcode\Generation\MaxiCodeEncodeMode::EXTENDED_CODETEXT
Member Aspose\Barcode\Generation\Pdf417Parameters::getPdf417CompactionMode ()
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode property.
Member Aspose\Barcode\Generation\Pdf417Parameters::setPdf417CompactionMode (int $value)
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode property.
Member Aspose\Barcode\Generation\QREncodeMode::BYTES
This property is obsolete and will be removed in future releases. Instead, use the 'SetCodeText' method to convert the message to byte array with specified encoding.
Member Aspose\Barcode\Generation\QREncodeMode::ECI_ENCODING
This property is obsolete and will be removed in future releases. Instead, use ECI option.
Member Aspose\Barcode\Generation\QREncodeMode::EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode.
Member Aspose\Barcode\Generation\QREncodeMode::UTF_16_BEBOM
This property is obsolete and will be removed in future releases. Instead, use the 'SetCodeText' method with BigEndianUnicode encoding to add a byte order mark (BOM) and encode the message. After that, the CodeText can be encoded using the 'Auto' mode.
Member Aspose\Barcode\Generation\QREncodeMode::UTF_8_BOM
This property is obsolete and will be removed in future releases. Instead, use the 'SetCodeText' method with UTF8 encoding to add a byte order mark (BOM) and encode the message. After that, the CodeText can be encoded using the 'Auto' mode.