VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifFile Class
Constructors Properties Methods SeeAlso
In This Topic
    GifFile Class Members
    In This Topic
    The following tables list the members exposed by GifFile.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the page images must be cached.
    Public PropertyGets or sets a CreatePageMethod.
    Public PropertyGets or sets a value indicating whether the animation should be repeated infinitely.
    Public PropertyGets a length (in bytes) of this GIF file.
    Public PropertyGets a Height, in pixels, of the Logical Screen.
    Public PropertyGets or sets the global palette.
    Public PropertyGets a Width, in pixels, of the Logical Screen.
    Public PropertyGets or sets a PageAlignMode.
    Public PropertyGets or sets a number of animation cycles.
    Public PropertyGets the collection of pages associated with this GIF file.
    Public PropertyGets the version of GIF file.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>)
    Protected PropertyGets the source of the image file.
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
    Public Methodstatic (Shared in Visual Basic)Determines that stream contains GIF file.
    Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Saves this GIF file to specified file.
    Public MethodOverloaded. Saves changes of this GIF file to specified stream.
    Protected Methods
     NameDescription
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
    Protected MethodParses GIF file.
    See Also