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

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