Represents IPTC Object Attribute Numbers.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearIPTCObjectAttributeNumber 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearIPTCObjectAttributeNumber : System.Enum 
             
        
            
            __value public enum ImGearIPTCObjectAttributeNumber : public System.Enum 
             
        
            
            public enum class ImGearIPTCObjectAttributeNumber : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
|---|
| Analysis | Analysis attribute number. | 
| ArchiveMaterial | Archive Material attribute number. | 
| Background | Background attribute number. | 
| Current | Current attribute number. | 
| Feature | Feature attribute number. | 
| Forecast | Forecast attribute number. | 
| FromTheScene | From The Scene attribute number. | 
| History | History attribute number. | 
| Interview | Interview attribute number. | 
| Obituary | Obituary attribute number. | 
| Opinion | Opinion attribute number. | 
| PollsAndSurveys | Polls And Surveys attribute number. | 
| PressRelease | Press Release attribute number. | 
| Profile | Profile attribute number. | 
| ResultsListingsAndTables | Results Listings and Tables attribute number. | 
| Retrospective | Retrospective attribute number. | 
| SideBarAndSupportingInformation | Side Bar and Supporting Information attribute number. | 
| Statistics | Statistics attribute number. | 
| Summary | Summary attribute number. | 
| TranscriptAndVerbatim | Transcript and Verbatim attribute number. | 
| Update | Update attribute number. | 
| WrapUp | Wrap Up attribute number. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.IPTC.ImGearIPTCObjectAttributeNumber
See Also