Click or drag to resize

GifEncoder Properties

The GifEncoder type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundIndex
Gets or sets the background index to store in the GIF file.
Public propertyInterlace
Gets or sets a value indicating if the image is saved with a pixel row interlacing pattern. Default false
Public propertyOptimizeColorDepth
Gets or sets a value indicating if the bitdepth is optimized based on the number of colors in the palette. Default true.
Public propertySupportedPixelFormats
Returns an array of pixel formats supported by this encoder.
(Overrides ImageEncoderSupportedPixelFormats.)
Top
See Also