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




In This Topic
    ImGearRectangleInfoTagIDs Enumeration
    In This Topic
    Lists all Photoshop Rectangle Info tag ids.
    Syntax
    'Declaration
     
    Public Enum ImGearRectangleInfoTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearRectangleInfoTagIDs
    public enum ImGearRectangleInfoTagIDs : System.Enum 
    __value public enum ImGearRectangleInfoTagIDs : public System.Enum 
    public enum class ImGearRectangleInfoTagIDs : public System.Enum 
    Members
    MemberValueDescription
    Bottom3Rectangle bottom coordinate.
    FORMAT1150Rectangle metadata format identifier.
    Left0Rectangle left coordinate.
    Right2Rectangle right coordinate.
    Top1Rectangle top coordinate.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearRectangleInfoTagIDs

    See Also