The GifEncoderOptions type exposes the following members.
Name | Description | |
---|---|---|
BackgroundEntryIndex |
Gets/sets an index of the background color. |
|
BasisOptimizationFrameCount |
Gets/sets the number of frames that will be stored before the global palette will be saved. |
|
Delay |
Gets/sets a number of hundredths (1/100) of a second to wait after rendering the frame. |
|
DisposalMethod |
Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed. |
|
GlobalPalette |
Gets/sets a global palette for the animated frame. |
|
Height |
Gets/sets entire GIF file height. |
|
Interlaced |
Gets/sets a value that specifies if the frame should be interlaced. |
|
LastFrame |
Gets/sets a value that specifies if the current frame is the last frame the global palette is generated for. |
|
Left |
Gets/sets left position of the frame. (Inherited from EncoderOptions.) |
|
LocalPaletteEnabled |
Gets/sets a value that specify if local palette of the frames should be saved (otherwise global palette will be used). |
|
MediaFormat |
Returns media format for which encoder options are defined. (Inherited from EncoderOptions.) |
|
Optimized |
Gets/sets a value that specifies if the frame is optimized. |
|
PlaybackCount |
Gets/sets a number of times to play the GIF file. |
|
Top |
Gets/sets top position of the frame. (Inherited from EncoderOptions.) |
|
Width |
Gets/sets entire GIF file width. |