AnimatedGifConfigurationReplaceZeroDelays Property
Gets or sets whether zero delay values are allowed in the result stream,
which is usually interpreted as 100 ms by most GIF decoders.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
public bool ReplaceZeroDelays { get; set; }
Public Property ReplaceZeroDelays As Boolean
Get
Set
public:
property bool ReplaceZeroDelays {
bool get ();
void set (bool value);
}
member ReplaceZeroDelays : bool with get, set
Property Value
Boolean
If
, then zero delay values will be replaced to 100 milliseconds.
If
, then zero delays will be preserved and the decoders decide how to interpret them.