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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntaxpublic int GifDelay { get; set; }Public Property GifDelay As Integer
Get
Set
Property Value
Int32
The delay in milliseconds between frames in the animated GIF.
Exceptions
See Also