Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / LoopCount Property

In This Topic
    LoopCount Property (GcGifWriter)
    In This Topic
    Gets or sets the number of iterations the animated GIF should be executed. 0 means infinite loop.
    Syntax
    'Declaration
     
    Public Property LoopCount As System.Integer
    public System.int LoopCount {get; set;}
    See Also