Enum and Description |
---|
com.aspose.barcode.generation.Pdf417CompactionMode
This properties are obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode properties.
|
Method and Description |
---|
com.aspose.barcode.generation.DataMatrixParameters.getColumns()
This property is obsolete. Use DataMatrixVersion instead.
|
com.aspose.barcode.generation.Pdf417Parameters.getPdf417CompactionMode()
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode property
|
com.aspose.barcode.generation.QrParameters.getQrEncodeType()
This property is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type
|
com.aspose.barcode.generation.DataMatrixParameters.getRows()
This property is obsolete. Use DataMatrixVersion instead.
|
com.aspose.barcode.generation.DataMatrixParameters.setColumns(int)
This property is obsolete. Use DataMatrixVersion instead.
|
com.aspose.barcode.generation.Pdf417Parameters.setPdf417CompactionMode(Pdf417CompactionMode)
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode property.
|
com.aspose.barcode.generation.QrParameters.setQrEncodeType(QREncodeType)
This property is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type
|
com.aspose.barcode.generation.DataMatrixParameters.setRows(int)
This property is obsolete. Use DataMatrixVersion instead.
|
Enum Constant and Description |
---|
com.aspose.barcode.generation.Pdf417CompactionMode.AUTO
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."
|
com.aspose.barcode.generation.Pdf417CompactionMode.BINARY
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."
|
com.aspose.barcode.generation.DataMatrixEncodeMode.BYTES
This property is obsolete and will be removed in future releases. Instead, use Base256 option.
|
com.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.
|
com.aspose.barcode.generation.MaxiCodeEncodeMode.BYTES |
com.aspose.barcode.generation.DotCodeEncodeMode.BYTES |
com.aspose.barcode.generation.QREncodeMode.ECI_ENCODING
This property is obsolete and will be removed in future releases. Instead, use ECI option.
|
com.aspose.barcode.generation.DataMatrixEncodeMode.EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode
|
com.aspose.barcode.generation.QREncodeMode.EXTENDED_CODETEXT
This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode.
|
com.aspose.barcode.generation.MaxiCodeEncodeMode.EXTENDED_CODETEXT |
com.aspose.barcode.generation.DotCodeEncodeMode.EXTENDED_CODETEXT |
com.aspose.barcode.generation.Pdf417CompactionMode.NUMERIC
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."
|
com.aspose.barcode.generation.Pdf417CompactionMode.TEXT
This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."
|
com.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.
|
com.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.
|
com.aspose.barcode.generation.QRVersion.VERSION_M1
This option is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type with MicroQRVersion parameter.
|
com.aspose.barcode.generation.QRVersion.VERSION_M2
This option is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type with MicroQRVersion parameter.
|
com.aspose.barcode.generation.QRVersion.VERSION_M3
This option is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type with MicroQRVersion parameter.
|
com.aspose.barcode.generation.QRVersion.VERSION_M4
This option is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type with MicroQRVersion parameter.
|