This documentation is for the old version. Go to the latest Graphics Mill docs

GifEncoderOptions Properties

The GifEncoderOptions type exposes the following members.

Properties

Name Description
Public property BackgroundEntryIndex

Gets/sets an index of the background color.

Public property BasisOptimizationFrameCount

Gets/sets the number of frames that will be stored before the global palette will be saved.

Public property Delay

Gets/sets a number of hundredths (1/100) of a second to wait after rendering the frame.

Public property DisposalMethod

Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed.

Public property GlobalPalette

Gets/sets a global palette for the animated frame.

Public property Height

Gets/sets entire GIF file height.

Public property Interlaced

Gets/sets a value that specifies if the frame should be interlaced.

Public property LastFrame

Gets/sets a value that specifies if the current frame is the last frame the global palette is generated for.

Public property Left

Gets/sets left position of the frame.

(Inherited from EncoderOptions.)
Public property LocalPaletteEnabled

Gets/sets a value that specify if local palette of the frames should be saved (otherwise global palette will be used).

Public property MediaFormat

Returns media format for which encoder options are defined.

(Inherited from EncoderOptions.)
Public property Optimized

Gets/sets a value that specifies if the frame is optimized.

Public property PlaybackCount

Gets/sets a number of times to play the GIF file.

Public property Top

Gets/sets top position of the frame.

(Inherited from EncoderOptions.)
Public property Width

Gets/sets entire GIF file width.

See Also

Reference