GifEncoderCompressionMode Property

Gets or sets the compression mode to be used when adding images by the AddImage method. This property can be changed at any time.
Default value: Auto.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public GifCompressionMode CompressionMode { get; set; }

Property Value

GifCompressionMode

See Also