In This Topic
The following tables list the members exposed by
GifPage.
Public Properties
| Name | Description |
 | BitsPerPixel | Gets the number of bits per pixel for this GIF page. |
 | Comments | Gets or sets a comments of this page. |
 | Delay | Gets or sets delay value. |
 | DisposalMethod | Gets or sets a DisposalMethod of this page. |
 | FrameHeight | Gets the height, in pixels, of this GIF frame. |
 | FrameLeftPosition | Gets a frame left position on logical screen. |
 | FramePalette | Gets or sets the frame palette. |
 | FrameTopPosition | Gets a frame top position on logical screen. |
 | FrameWidth | Gets the width, in pixels, of this GIF frame. |
 | HasLocalPalette | Gets a value indicating whether this page has local palette. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in a GIF page. |
 | HasTransparentColor | Gets or sets a value indicating whether this page has transparent color. |
 | Height | Gets the height, in pixels, of this GIF page. |
 | IsChanged | Gets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock) |
 | IsImageDependOnPreviousPages | Gets a value indicating whether this page depends from previous pages. |
 | IsVirtual | Gets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock) |
 | Length | Gets the length of this image file block. (Inherited from ImageFileBlock) |
 | Offset | Gets the offset of this image file block. (Inherited from ImageFileBlock) |
 | Palette | Gets the palette of this page image. |
 | Resolution | Gets or sets the resolution, in pixels per inch, of this GIF page. |
 | SourceBitsPerPixel | Gets the number of bits per pixel of image data of the image page. (Inherited from ImagePage) |
 | TransparentColorIndex | Gets or sets a transparent color index in FramePalette. |
 | Width | Gets the width, in pixels, of this GIF page. |
Protected Properties
Public Methods
| Name | Description |
 | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock) |
 | Deoptimize | Deoptimizes the page of GIF file. After deoptimization this page contains data of all pixels. |
 | GetFrame | Returns the image frame associated with this GIF page. |
 | GetImage | Overloaded. Returns the image associated with this GIF page. |
 | Save | Overloaded. Saves the page to the image source. |
Protected Methods
Public Events
See Also