TransitionFps
IGifOptions.TransitionFps property
获取或设置过渡 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 });
}
也可以看看
- interface IGifOptions
- 命名空间 Aspose.Slides.Export
- 部件 Aspose.Slides