VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPage Class
Properties Methods Events SeeAlso
In This Topic
    GifPage Class Members
    In This Topic
    The following tables list the members exposed by GifPage.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for this GIF page.
    Public PropertyGets or sets a comments of this page.
    Public PropertyGets or sets delay value.
    Public PropertyGets or sets a DisposalMethod of this page.
    Public PropertyGets the height, in pixels, of this GIF frame.
    Public PropertyGets a frame left position on logical screen.
    Public PropertyGets or sets the frame palette.
    Public PropertyGets a frame top position on logical screen.
    Public PropertyGets the width, in pixels, of this GIF frame.
    Public PropertyGets a value indicating whether this page has local palette.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a GIF page.
    Public PropertyGets or sets a value indicating whether this page has transparent color.
    Public PropertyGets the height, in pixels, of this GIF page.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether this page depends from previous pages.
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the palette of this page image.
    Public PropertyGets or sets the resolution, in pixels per inch, of this GIF page.
    Public PropertyGets the number of bits per pixel of image data of the image page. (Inherited from ImagePage)
    Public PropertyGets or sets a transparent color index in FramePalette.
    Public PropertyGets the width, in pixels, of this GIF page.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    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)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also