IGifOptions
Contents
[
Hide
]IGifOptions interface
Represents GIF exporting options.
public interface IGifOptions : ISaveOptions
Properties
| Name | Description |
|---|---|
| AsISaveOptions { get; } | Returns ISaveOptions interface. Read-only ISaveOptions. |
| DefaultDelay { get; set; } | Gets or sets default delay time [ms]. This value will be used if AdvanceAfterTime is not set. The default value is 1000. |
| ExportHiddenSlides { get; set; } | Determines whether hidden slides will be exported. The default value is false. |
| FrameSize { get; set; } | Gets or sets frame size. |
| TransitionFps { get; set; } | Gets or sets transition FPS [frames/sec] The default value is 25. |
See Also
- interface ISaveOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides