Class PresentationAnimationConverter
Represents the conversion of PowerPoint slide to series of images based on animation order.
Inheritance
System.Object
PresentationAnimationConverter
Implements
System.IDisposable
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.PresentationRenderer.Portable.dll
Syntax
public class PresentationAnimationConverter : Object, IDisposable
Constructors
PresentationAnimationConverter()
Declaration
public PresentationAnimationConverter()
Methods
Convert(ISlide, ExportImageFormat)
Converts a PowerPoint slide to a series of images based on animation effects.
Declaration
public Stream[] Convert(ISlide slide, ExportImageFormat imageFormat)
Parameters
Type | Name | Description |
---|---|---|
ISlide | slide | |
ExportImageFormat | imageFormat | Specifies the image format to convert the slide. |
Returns
Type | Description |
---|---|
System.IO.Stream[] | Returns an array of stream instance that represents the converted slide. |
Remarks
This method saves each animation step as a separate image file based on the animation order. Supported only the Entrance animation effects.
Dispose()
Releases all resources used by the object.
Declaration
public void Dispose()
Implements
System.IDisposable