ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearGIFTagIDs Enumeration |
'Declaration Public Enum ImGearGIFTagIDs Inherits System.Enum
'Usage Dim instance As ImGearGIFTagIDs
public enum ImGearGIFTagIDs : System.Enum
__value public enum ImGearGIFTagIDs : public System.Enum
public enum class ImGearGIFTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
AFTER_IMAGE_EXT | 0x00000FFF | After image extensions. |
APP_AUTH_CODE | 0x00000FF2 | Application authentication code. |
APP_DATA | 0x00000FF3 | Application data. |
APP_EXTENSION | 0x000000FF | Application extension. |
APP_IDENTIFIER | 0x00000FF1 | Application identifier. |
COMMENT_EXTENSION | 0x000000FE | Comment extension. |
FORMAT | 0x00000005 | GIF metadata format identifier. |
GCE_DELAY_TIME | 0x00000F95 | Delay time. |
GCE_FIELDS | 0x00000F91 | Graphic control extension packed fields. |
GCE_FLD_DISPOSAL_METHOD | 0x00000F92 | Disposal method. |
GCE_FLD_TRANSPARENT | 0x00000F94 | Transparent color flag. |
GCE_FLD_USER_INPUT | 0x00000F93 | User input flag. |
GCE_TRANSPARENT_COLOR | 0x00000F96 | Transparent color index. |
GLOBAL_COLOR_TABLE | 0x00000030 | Global color table. |
GRAPHIC_CONTROL_EXT | 0x000000F9 | Graphic control extension. |
HDR_SIGNATURE | 0x00000101 | Identifies the GIF Data Stream. |
HDR_VERSION | 0x00000102 | Version number. |
HEADER | 0x00000010 | GIF header. |
IMAGE_DESCRIPTOR | 0x0000002C | Image descriptor. |
IMG_FIELDS | 0x000002C5 | Image descriptor packed field. |
IMG_FLD_INTERLACE | 0x000002C7 | Interlace flag. |
IMG_FLD_LOC_COLOR_TABLE | 0x000002C6 | Local color table flag. |
IMG_FLD_SIZE | 0x000002C9 | Local color table size. |
IMG_FLD_SORT | 0x000002C8 | Sort flag. |
IMG_IMAGE_HEIGHT | 0x000002C4 | Image height. |
IMG_IMAGE_WIDTH | 0x000002C3 | Image width. |
IMG_LEFT_POSITION | 0x000002C1 | Image left position. |
IMG_TOP_POSITION | 0x000002C2 | Image top position. |
LOCAL_COLOR_TABLE | 0x00000040 | Local color table. |
PLAIN_TEXT_EXTENSION | 0x00000001 | Plain text extension. |
SCR_ASPECT_RATIO | 0x00000204 | Pixel aspect ratio. |
SCR_BACKGROUND_COLOR | 0x00000203 | Background color index. |
SCR_FIELDS | 0x00000205 | Logical screen packed fields. |
SCR_FLD_COLOR_RES | 0x00000207 | Color resolution. |
SCR_FLD_GL_COLOR_TABLE | 0x00000206 | Global color table flag. |
SCR_FLD_SIZE | 0x00000209 | Global color table size. |
SCR_FLD_SORT | 0x00000208 | Sort flag. |
SCR_SCREEN_HEIGHT | 0x00000202 | Logical screen height. |
SCR_SCREEN_WIDTH | 0x00000201 | Logical screen width. |
SCREEN_DESCRIPTOR | 0x00000020 | Logical screen descriptor. |
TXT_BACKGROUND_COLOR | 0x00000018 | Text background color index. |
TXT_CELL_HEIGHT | 0x00000016 | Character cell height. |
TXT_CELL_WIDTH | 0x00000015 | Character cell width. |
TXT_FOREGROUND_COLOR | 0x00000017 | Text foreground color index. |
TXT_GRID_HEIGHT | 0x00000014 | Text grid height. |
TXT_GRID_LEFT | 0x00000011 | Text grid left position. |
TXT_GRID_TOP | 0x00000012 | Text grid top position. |
TXT_GRID_WIDTH | 0x00000013 | Text grid width. |
TXT_TEXT_DATA | 0x00000019 | Plain text data. |
XMP | 0x00000FF4 | XMP metadata stream. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearGIFTagIDs