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 });
}

См. также