Browse our Products
Aspose.BarCode for PHP via Java 24.3
This page contains release notes information for Aspose.BarCode for PHP via Java 24.3.
All Changes
Key | Summary | Category |
---|---|---|
BARCODEPHP-635 | Exception should be processed properly: message must show that the wrong parameters were passed | Enhancement |
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 and Backward Incompatible Changes
New SVG parameters API:
- added method Generation->BaseGenerationParameters->getImage():ImageParameters
- added class Generation->ImageParameters
- added method Generation->ImageParameters->getSvg():SvgParameters
- added method Generation->ImageParameters->setSvg(SvgParameters)
- added class Generation->SvgParameters
- added method Generation->SvgParameters->isExplicitSizeInPixels():bool
- added method Generation->SvgParameters->setExplicitSizeInPixels(bool)
- added method Generation->SvgParameters->isTextDrawnInTextElement():bool
- added method Generation->SvgParameters->setTextDrawnInTextElement(bool)