Browse our Products
Aspose.BarCode for Cpp 24.2 Release Notes
This page contains release notes information for Aspose.BarCode for C++ 24.2.
Please also check CodePorting.Native Cs2Cpp 24.2 release notes.
Please also check CodePorting.Native Cs2Cpp 24.2 release notes.
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:
- property getter System::SharedPtr<ImageParameters> Aspose::BarCode::Generation::BaseGenerationParameters::get_Image
- class Aspose::BarCode::Generation::ImageParameters
- property getter System::SharedPtr<SvgParameters> Aspose::BarCode::Generation::ImageParameters::get_Svg() const
- property setter void Aspose::BarCode::Generation::ImageParameters::set_Svg(System::SharedPtr<SvgParameters>)
- class Aspose::BarCode::Generation::SvgParameters
- property getter bool Aspose::BarCode::Generation::SvgParameters::get_IsExplicitSizeInPixels() const
- property setter void Aspose::BarCode::Generation::SvgParameters::set_IsExplicitSizeInPixels(bool)
- property getter bool Aspose::BarCode::Generation::SvgParameters::get_IsTextDrawnInTextElement() const
- property setter void Aspose::BarCode::Generation::SvgParameters::set_IsTextDrawnInTextElement(bool)