GIFHeader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the header of a GIF file.
public ref class GIFHeader
public class GIFHeader
type GIFHeader = class
Public Class GIFHeader
- Inheritance
-
GIFHeader
Properties
| Name | Description |
|---|---|
| BackgroundColor |
Gets the background color as an ARGB integer. |
| BackgroundColorIndex |
Gets the index of the background color in the global color table. |
| GlobalColorTable |
Gets the global color table, if present. |
| Height |
Gets the logical screen height. |
| IsGIFHeader |
Gets whether this is a valid GIF header. |
| PixelAspectRatio |
Gets the pixel aspect ratio. |
| TypeIdentifier |
Gets the type identifier (should be "GIF"). |
| Version |
Gets the GIF version (e.g., "89a"). |
| Width |
Gets the logical screen width. |
Methods
| Name | Description |
|---|---|
| CreateHeaderAsync(GIFDecoderStreamReader, Boolean) |
Asynchronously creates a GIF header from the stream. |