ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearGIFTagIDs Enumeration




In This Topic
    ImGearGIFTagIDs Enumeration
    In This Topic
    Lists all GIF tag identifiers.
    Syntax
    '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 
    Members
    MemberValueDescription
    AFTER_IMAGE_EXT4095After image extensions.
    APP_AUTH_CODE4082Application authentication code.
    APP_DATA4083Application data.
    APP_EXTENSION255Application extension.
    APP_IDENTIFIER4081Application identifier.
    COMMENT_EXTENSION254Comment extension.
    FORMAT5GIF metadata format identifier.
    GCE_DELAY_TIME3989Delay time.
    GCE_FIELDS3985Graphic control extension packed fields.
    GCE_FLD_DISPOSAL_METHOD3986Disposal method.
    GCE_FLD_TRANSPARENT3988Transparent color flag.
    GCE_FLD_USER_INPUT3987User input flag.
    GCE_TRANSPARENT_COLOR3990Transparent color index.
    GLOBAL_COLOR_TABLE48Global color table.
    GRAPHIC_CONTROL_EXT249Graphic control extension.
    HDR_SIGNATURE257Identifies the GIF Data Stream.
    HDR_VERSION258Version number.
    HEADER16GIF header.
    IMAGE_DESCRIPTOR44Image descriptor.
    IMG_FIELDS709Image descriptor packed field.
    IMG_FLD_INTERLACE711Interlace flag.
    IMG_FLD_LOC_COLOR_TABLE710Local color table flag.
    IMG_FLD_SIZE713Local color table size.
    IMG_FLD_SORT712Sort flag.
    IMG_IMAGE_HEIGHT708Image height.
    IMG_IMAGE_WIDTH707Image width.
    IMG_LEFT_POSITION705Image left position.
    IMG_TOP_POSITION706Image top position.
    LOCAL_COLOR_TABLE64Local color table.
    PLAIN_TEXT_EXTENSION1Plain text extension.
    SCR_ASPECT_RATIO516Pixel aspect ratio.
    SCR_BACKGROUND_COLOR515Background color index.
    SCR_FIELDS517Logical screen packed fields.
    SCR_FLD_COLOR_RES519Color resolution.
    SCR_FLD_GL_COLOR_TABLE518Global color table flag.
    SCR_FLD_SIZE521Global color table size.
    SCR_FLD_SORT520Sort flag.
    SCR_SCREEN_HEIGHT514Logical screen height.
    SCR_SCREEN_WIDTH513Logical screen width.
    SCREEN_DESCRIPTOR32Logical screen descriptor.
    TXT_BACKGROUND_COLOR24Text background color index.
    TXT_CELL_HEIGHT22Character cell height.
    TXT_CELL_WIDTH21Character cell width.
    TXT_FOREGROUND_COLOR23Text foreground color index.
    TXT_GRID_HEIGHT20Text grid height.
    TXT_GRID_LEFT17Text grid left position.
    TXT_GRID_TOP18Text grid top position.
    TXT_GRID_WIDTH19Text grid width.
    TXT_TEXT_DATA25Plain text data.
    XMP4084XMP metadata stream.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearGIFTagIDs

    See Also