Class PresentationAnimationConverter
Represents the conversion of PowerPoint slide to series of images based on animation order.
Inheritance
System.Object
PresentationAnimationConverter
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public class PresentationAnimationConverter : IDisposable
Constructors
PresentationAnimationConverter()
Declaration
public PresentationAnimationConverter()
Methods
Convert(ISlide, ImageFormat)
Converts a PowerPoint slide to a series of images based on animation effects.
Declaration
public Stream[] Convert(ISlide slide, ImageFormat imageFormat)
Parameters
Type | Name | Description |
---|---|---|
ISlide | slide | |
ImageFormat | 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