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




In This Topic
    ImGearRASTagIDs Enumeration
    In This Topic
    Lists all RAS tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearRASTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearRASTagIDs
    public enum ImGearRASTagIDs : System.Enum 
    __value public enum ImGearRASTagIDs : public System.Enum 
    public enum class ImGearRASTagIDs : public System.Enum 
    Members
    MemberValueDescription
    COLOR_MAP_LENGTH7Color map length.
    COLOR_MAP_TYPE6Color map type.
    DEPTH3Image depth.
    FORMAT38RAS metadata format identifier.
    HEIGHT2Image height.
    LENGTH4Length of the image data (which is the length of the file minus the length of the header and colormap).
    MAGIC0RAS magic value.
    TYPE5RAS format type.
    WIDTH1Image width.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearRASTagIDs

    See Also