Aspose.BarCode for Reporting Services 8.1.0 Release Notes

Features and Improvements

KeySummaryCategory
BARCODENET-36239Implement saving to CMYK formatNew Feature
BARCODEREP-9Load Barcode controls in the toolbox of VS2010, VS2013 shows ErrorEnhancement

Public API and Backward Incompatible Changes

BARCODENET-36239 Implement saving to CMYK format

Sample code:

 BarCodeBuilder barcode = new BarCodeBuilder("1234567890", Symbology.Code39Standard);

barcode.SaveAsTiffInCMYK("code39Standard_in_cmyk.tiff");