VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPageCollection Class
Properties Methods SeeAlso
In This Topic
    GifPageCollection Class Members
    In This Topic
    The following tables list the members exposed by GifPageCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of pages contained in the page collection.
    Public PropertyGets a value indicating whether the page collection of the image file is read-only. (Inherited from ImagePageCollection<T>)
    Public PropertyGets the page at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a page with to the collection. (Inherited from ImagePageCollection<T>)
    Public MethodRemoves all pages from the collection.
    Public MethodDetermines whether the page collection contains a specific page.
    Public MethodCopies pages of the collection to an Array, starting at a particular Array index.
    Public MethodOverloaded. Deoptimizes the pages of GIF file. After deoptimization each page contains data of all pixels.
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodDetermines the index of a specific page in the page collection.
    Public MethodOverloaded. Inserts a page with to the collection at the specified index. (Inherited from ImagePageCollection<T>)
    Public MethodOverloaded. Optimizes the pages of GIF file. After optimization each page contains data only for pixels which differ with previous page.
    Public MethodRemoves the first occurrence of page from the page collection.
    Public MethodOverloaded. Removes page at the specified index.
    Public MethodRemoves local frame palette from all pages.
    Public MethodCopies the elements of the collection to a new array. (Inherited from ImagePageCollection<T>)
    See Also