TransitionFps
IGifOptions.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 });
}
另请参阅
- 接口 IGifOptions
- 命名空间 Aspose.Slides.Export
- 程序集 Aspose.Slides