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




ImGearICATagIDs Enumeration
Lists all ICA tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearICATagIDs 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearICATagIDs
Members
MemberValueDescription
BASE1007Size units value.
BITORDER1006Bit order.
COMPRESSION1008Image compression.
DEPTH1003Image depth.
FILLORDER1009Fill order.
FORMAT6IOCA metadata format identifier.
HEIGHT1002Image height.
WIDTH1001Image width.
XDPI1004Horizontal image resolution.
YDPI1005Vertical image resolution.
Remarks
This enumeration lists all IOCA tag identifiers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearICATagIDs

See Also