Browse our Products

Aspose.BarCode for JasperReports 20.6 - Release Notes

All Changes

KeySummaryCategory
BARCODEJAVA-953Add updates to code intended for Metered licensing functionalityEnhancement
BARCODEJAVA-954Add examples to the supplying zip file for a quick introductionEnhancement
BARCODEJAVA-951Align the names of values of PatchFormat with Java-styleEnhancement

Code Example

BarcodeGenerator bg = new BarcodeGenerator(EncodeTypes.PATCH_CODE, "Patch I");
bg.getParameters().getBarcode().getPatchCode().setPatchFormat(PatchFormat.US_LETTER);
BarcodeGenerator bg = new BarcodeGenerator(EncodeTypes.PATCH_CODE, "Patch I");
bg.getParameters().getBarcode().getPatchCode().setPatchFormat(PatchFormat.US_LETTER_LANDSCAPE);

Public API and Backward Incompatible Changes

  • removed field com.aspose.barcode.generation.PatchFormat.US_Letter
  • removed field com.aspose.barcode.generation.PatchFormat.US_Letter_LANDSCAPE
  • added field com.aspose.barcode.generation.PatchFormat.US_LETTER
  • added field com.aspose.barcode.generation.PatchFormat.US_LETTER_LANDSCAPE}}}