ImageGear .NET v25.0 - Updated
ImGearRASTagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearRASTagIDs Enumeration
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
MemberDescription
COLOR_MAP_LENGTHColor map length.
COLOR_MAP_TYPEColor map type.
DEPTHImage depth.
FORMATRAS metadata format identifier.
HEIGHTImage height.
LENGTHLength of the image data (which is the length of the file minus the length of the header and colormap).
MAGICRAS magic value.
TYPERAS format type.
WIDTHImage width.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace