Public API and Backwards Incompatible Changes in Aspose.Slides for .NET 15.7.0
Contents
[
Hide
]
This page lists all added or removed classes, methods, properties and so on, and other changes introduced with the Aspose.Slides for .NET 15.7.0 API.
Public API Changes
Enum ImagePixelFormat has been added
Enum Aspose.Slides.Export.ImagePixelFormat has been added for specifying pixel format for the generated images.
IChartDataPoint.GetAutomaticDataPointColor() method has been added
Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup, IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined.
Method RenderToGraphics has been added to Slide
Method RenderToGraphics (and it’s overloads) has been added to Aspose.Slides.Slide for rendering a slide to Graphics object.
Property PixelFormat has been added to ITiffOptions and TiffOptions
Property PixelFormat has been added to Aspose.Slides.Export.ITiffOptions and Aspose.Slides.Export.TiffOptions for specifying pixel format for the generated TIFF images.