GifInformation Properties

FreeImage.NET

GifInformation Properties

The GifInformation type exposes the following members.

Properties
  Name Description
Public property Count
Returns the number of metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property DisposalMethod
Gets or sets this frame's disposal method. Generally, this method defines, how to remove or replace a frame when the next frame has to be drawn.

(Inherited from MDM_ANIMATION.)
Public property Exists
Returns whether this model exists in the bitmaps metadata structure.
(Inherited from MetadataModel.)
Public property FrameLeft
Gets or sets the horizontal offset within the logical canvas area, this frame is to be displayed at.
(Inherited from MDM_ANIMATION.)
Public property FrameTime
Gets or sets the amout of time in milliseconds this frame is to be displayed.
(Inherited from MDM_ANIMATION.)
Public property FrameTop
Gets or sets the vertical offset within the logical canvas area, this frame is to be displayed at.
(Inherited from MDM_ANIMATION.)
Public property GlobalPalette
Gets or sets the global palette of the GIF image.
(Inherited from MDM_ANIMATION.)
Public property Interlaced
Gets or sets a value indicating whether the image is interlaced.
(Inherited from MDM_ANIMATION.)
Public property Item
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
(Inherited from MetadataModel.)
Public property List
Returns a list of all metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property LogicalHeight
Gets or sets the height of the entire canvas area, that each page is displayed in.
(Inherited from MDM_ANIMATION.)
Public property LogicalWidth
Gets or sets the width of the entire canvas area, that each page is displayed in.
(Inherited from MDM_ANIMATION.)
Public property LoopCount
Gets or sets the number of replays for the animation. Use 0 (zero) to specify an infinte number of replays.
(Inherited from MDM_ANIMATION.)
Public property Model
Retrieves the datamodel that this instance represents.
(Inherited from MDM_ANIMATION.)
Public property NoLocalPalette
Gets or sets a flag to supress saving the dib's attached palette (making it use the global palette). The local palette is the palette used by a page.
(Inherited from MDM_ANIMATION.)
Public property UseGlobalPalette
Gets or sets a value indicating whether this frame uses the GIF image's global palette. If set to false, this frame uses its local palette.
Top
See Also