Browse our Products

Aspose.BarCode for Node.js via Java 24.3

All Changes

KeySummaryCategory
BARCODEJS-494Exception 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():boolean
  • added method Generation.SvgParameters.setExplicitSizeInPixels(boolean)
  • added method Generation.SvgParameters.isTextDrawnInTextElement():boolean
  • added method Generation.SvgParameters.setTextDrawnInTextElement(boolean)