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




In This Topic
    ImGearICATagIDs Enumeration
    In This Topic
    Lists all ICA tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearICATagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearICATagIDs
    public enum ImGearICATagIDs : System.Enum 
    __value public enum ImGearICATagIDs : public System.Enum 
    public enum class ImGearICATagIDs : public System.Enum 
    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