VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPage Class
In This Topic
    GifPage Class Methods
    In This Topic
    For a list of all methods of this type, see GifPage.
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodDeoptimizes the page of GIF file. After deoptimization this page contains data of all pixels.
    Public MethodReturns the image frame associated with this GIF page.
    Public MethodOverloaded. Returns the image associated with this GIF page.
    Public MethodOverloaded. Saves the page to the image source.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodRead structure of the page of the GIF file.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
    See Also