GifEncoderRepeatCount Property
Gets or sets the number of repetitions if creating an animation.
Set a non- value to add the NETSCAPE2.0 extension to the stream and to indicate that added images
should be interpreted as animation frames. Use 0 to loop the animation indefinitely.
If , and images are added with 0 delay, then GDI+ handles image as a multi-layer single frame image,
though some application (including browsers) still may play them as individual frames.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public int? RepeatCount { get; set; }
Public Property RepeatCount As Integer?
Get
Set
public:
property Nullable<int> RepeatCount {
Nullable<int> get ();
void set (Nullable<int> value);
}
member RepeatCount : Nullable<int> with get, set
Property Value
NullableInt32