ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearIMTTagIDs Enumeration




ImGearIMTTagIDs Enumeration
Lists all IMT tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearIMTTagIDs 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearIMTTagIDs
Members
MemberValueDescription
BITSWAP1005Swap bits.
FMT1001File format.
FORMAT31IMT metadata format identifier.
HEIGHT1002Image height.
INVERT1007Invert pixel values flag.
RESOLUTION1004Image resolution.
SWAB1006Swap byte.
TYPE1000IMT file type.
WIDTH1003Image Width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearIMTTagIDs

See Also