ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRASTagIDs Enumeration




ImGearRASTagIDs Enumeration
Lists all RAS tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearRASTagIDs 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearRASTagIDs
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