Lists all Photoshop Rectangle Info tag ids.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearRectangleInfoTagIDs 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearRectangleInfoTagIDs : System.Enum 
             
        
            
            __value public enum ImGearRectangleInfoTagIDs : public System.Enum 
             
        
            
            public enum class ImGearRectangleInfoTagIDs : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| Bottom | Rectangle bottom coordinate. | 
| FORMAT | Rectangle metadata format identifier. | 
| Left | Rectangle left coordinate. | 
| Right | Rectangle right coordinate. | 
| Top | Rectangle top coordinate. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearRectangleInfoTagIDs
 
            
            
            See Also