DefaultDelay
PresentationAnimationsGenerator.DefaultDelay свойство
Получает или задает время задержки по умолчанию [ms].
public int DefaultDelay { get; set; }
Примеры
[C#]
using (Presentation presentation = new Presentation("animated.pptx"))
{
using (var animationsGenerator = new PresentationAnimationsGenerator(presentation.SlideSize.Size.ToSize()))
{
animationsGenerator.DefaultDelay = 1000; // 1s
// ...
animationsGenerator.Run(presentation.Slides);
}
}
См. также
- класс PresentationAnimationsGenerator
- пространство имен Aspose.Slides.Export
- сборка Aspose.Slides