Aspose.Barcode for Python via Java Generation and Recognition API docs
Deprecated List
Member AztecEncodeMode.BYTES
Member AztecEncodeMode.EXTENDED_CODETEXT
Member DataMatrixEncodeMode.BYTES
This property is obsolete and will be removed in future releases.
Member DataMatrixEncodeMode.EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode
Member DotCodeEncodeMode.BYTES
Member DotCodeEncodeMode.EXTENDED_CODETEXT
Member MaxiCodeEncodeMode.BYTES
Member MaxiCodeEncodeMode.EXTENDED_CODETEXT
Member 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 QREncodeMode.ECI_ENCODING
This property is obsolete and will be removed in future releases. Instead, use ECI option.
Member QREncodeMode.EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode.
Member 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 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.