Click or drag to resize

ImageSaveOptionsGifDelay Property

Gets or sets the delay in milliseconds between frames in the animated GIF.

Default value: 33. (33 ms ~ 30fps, 16 ms ~ 60fps).


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public int GifDelay { get; set; }

Property Value

Int32
The delay in milliseconds between frames in the animated GIF.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than 0.
See Also