Browse our Products

Aspose.BarCode for Reporting Services 17.10 Release Notes

Features and Improvements

KeySummaryCategory
BARCODENET-36667Remove Obsolete public APIEnhancement
BARCODENET-36694Incorrect text in picture for DatabarStackedBug
BARCODENET-36652Rotation doesn’t affected to EMF exportBug
BARCODENET-36701Incorrect DatabarLimited generation/recognitionBug

Public API and Backward Incompatible Changes

This section lists public API changes that were introduced in Aspose.BarCode for Reporting Services 17.10. It includes not only obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.BarCode for .NET which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.

  • Aspose.BarCode for WPF has been merged with main Aspose.BarCode for .NET 3.0 - 4.5.
  • Class Aspose.BarCode.WPF.BarCodeElement has been added to Aspose.BarCode for .NET 3.0 and higher.

Removed Members

MethodBarCodeBuilder.SaveAsTiffInCMYKPlease use BarCodeBuilder.Save(string, BarCodeImageFormat.TiffInCmyk)
MethodBarCodeBuilder.SaveAsEmf(string)Please use BarCodeBuilder.Save(string, BarCodeImageFormat.Emf)
MethodBarCodeBuilder.SaveAsEmf(Stream)Please use BarCodeBuilder.Save(Stream, BarCodeImageFormat.Emf)
ConstructorBarCodeBuilder(string,Symbology)Please use BarCodeBuilder(string codeText, BaseEncodeType type)
PropertyBarCodeBuilder.SymbologyTypePlease use BarCodeBuilder.EncodeType
EnumSymbologyPlease use class EncodeTypes
ConstructorBaseEncodeType(short, string, BarcodeClassifications)Please use predefined supported encode types from class EncodeType
ConstructorBaseEncodeType(short, BarcodeClassifications)Please use predefined supported encode types from class EncodeType
PropertyBarCodeBuilder.AustraliaPostFormatControlCode and enum AustraliaPostFormatControlCode

Please include format control code into the BarCodeBuilder.CodeText (e.g. builder.CodeText = "1112345678")
Following format codes are available in AustraliaPostFormat:

- Standard Customer BarCode - “0101”

- Reply Paid BarCode - “1112”

- Customer BarCode 2 - “1230”

- Customer BarCode 3 - “2002”

- Routing BarCode - “2221”

- Redirection - “3002”

PropertyAspose.BarCode.ReportingServices.BarCodeReportItemDesigner.SymbologyPlease use Aspose.BarCode.ReportingServices.BarCodeReportItemDesigner.EncodeType