GifOptions class

GifOptions class

Represents GIF exporting options.

Inheritance:GifOptionsSaveOptions

The GifOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Initializes a new instance of the GifOptions class.

Properties

PropertyDescription
warning_callbackReturns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write str.
frame_sizeGets or sets frame size.
export_hidden_slidesDetermines whether hidden slides will be exported.
The default value is false.
transition_fpsGets or sets transition FPS [frames/sec]
The default value is 25.
default_delayGets 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