TransitionFps
GifOptions.TransitionFps 属性
获取或设置过渡 FPS [帧/秒] 默认值为 25。
public int TransitionFps { get; set; }
示例
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
pres.Save("pres.gif", SaveFormat.Gif, new GifOptions { TransitionFps = 60 });
}
另请参见
- class GifOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides