Browse our Products
Aspose.BarCode for Java 24.3 Release Notes
This page contains release notes information for Aspose.BarCode for Java 24.3.
All Changes
| Key | Summary | Category | 
|---|---|---|
| BARCODENET-38283 | Add improvements to barcode generation in SVG format | Enhancement | 
| BARCODENET-38802 | Add support of new QualitySettings structure to HanXin barcode engine | Enhancement | 
| BARCODENET-38805 | Add support of new QualitySettings structure to QR barcode engine | Enhancement | 
Public API changes and backwards compatibility
New SVG parameters API:
- method com.aspose.barcode.generation.BaseGenerationParameters.getImage():ImageParameters
- class com.aspose.barcode.generation.ImageParameters
- method com.aspose.barcode.generation.ImageParameters.getSvg():SvgParameters
- method com.aspose.barcode.generation.ImageParameters.setSvg(SvgParameters)
- class com.aspose.barcode.generation.SvgParameters
- method com.aspose.barcode.generation.SvgParameters.isExplicitSizeInPixels():boolean
- method com.aspose.barcode.generation.SvgParameters.setExplicitSizeInPixels(boolean)
- method com.aspose.barcode.generation.SvgParameters.isTextDrawnInTextElement():boolean
- method com.aspose.barcode.generation.SvgParameters.setTextDrawnInTextElement(boolean)