GifOptions class
Contents
[
Hide
]GifOptions class
Represents GIF exporting options.
Inheritance:GifOptions
→ SaveOptions
The GifOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Initializes a new instance of the GifOptions class. |
Properties
Property | Description |
---|---|
warning_callback | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
progress_callback | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
default_regular_font | Returns or sets font used in case source font is not found. Read-write str. |
gradient_style | Returns or sets the visual style of the gradient. Read/write GradientStyle . |
frame_size | Gets or sets frame size. |
export_hidden_slides | Determines whether hidden slides will be exported. The default value is false. |
transition_fps | Gets or sets transition FPS [frames/sec] The default value is 25. |
default_delay | Gets or sets default delay time [ms]. This value will be used if ISlideShowTransition.advance_after_time is not set.The default value is 1000. |
See Also
- class
GifOptions
- class
SaveOptions
- module
aspose.slides.export
- library
Aspose.Slides