Browse our Products

Aspose.BarCode for PHP via Java 24.3

All Changes

KeySummaryCategory
BARCODEPHP-635Exception should be processed properly: message must show that the wrong parameters were passedEnhancement
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 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)