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

In This Topic
    Frames Property (GcGifReader)
    In This Topic
    Gets the list of frames in the associated GIF file.
    Syntax
    'Declaration
     
    Public ReadOnly Property Frames As System.Collections.Generic.IReadOnlyList(Of GifFrame)
    public System.Collections.Generic.IReadOnlyList<GifFrame> Frames {get;}
    See Also