Browse our Products

Aspose.BarCode for Cpp 24.2 Release Notes

All Changes

KeySummaryCategory
BARCODENET-38283Add improvements to barcode generation in SVG formatEnhancement
BARCODENET-38802Add support of new QualitySettings structure to HanXin barcode engineEnhancement
BARCODENET-38805Add support of new QualitySettings structure to QR barcode engineEnhancement

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)