Class GIFEncoderSettings
- Assembly
- VisioForge.Core.dll
GIF encoder settings.
public class GIFEncoderSettingsInheritance
Inherited Members
Properties
Repeat
Gets or sets the repeat (-1 to loop forever, 0..n-finite repetitions).
public uint Repeat { get; set; }Property Value
Speed
Gets or sets the speed. Range is [1..30]. Higher value yields faster encoding.
public int Speed { get; set; }