Represents IPTC Supplement Types.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearIPTCSupplementType 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearIPTCSupplementType : System.Enum 
             
        
            
            __value public enum ImGearIPTCSupplementType : public System.Enum 
             
        
            
            public enum class ImGearIPTCSupplementType : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| Logo | Logo type. | 
| NotSupplement | Not a supplement. | 
| RasterizedCaption | Rasterized caption. | 
| ReducedResolutionImage | Reduced resolution image. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.IPTC.ImGearIPTCSupplementType
 
            
            
            See Also