TransitionFps
GifOptions.TransitionFps property
Gets or sets transition FPS [frames/sec] The default value is 25.
public int TransitionFps { get; set; }
Examples
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
pres.Save("pres.gif", SaveFormat.Gif, new GifOptions { TransitionFps = 60 });
}
See Also
- class GifOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides