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




In This Topic
    ImGearIPTCAppObjAttrTags Enumeration
    In This Topic
    Lists IPTC Application Object Attributes.
    Syntax
    'Declaration
     
    Public Enum ImGearIPTCAppObjAttrTags 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearIPTCAppObjAttrTags
    public enum ImGearIPTCAppObjAttrTags : System.Enum 
    __value public enum ImGearIPTCAppObjAttrTags : public System.Enum 
    public enum class ImGearIPTCAppObjAttrTags : public System.Enum 
    Members
    MemberValueDescription
    ANALYSIS2The object contains data and conclusions drawn by a journalist who has researched the story in depth.
    ARCHIVE_MATERIAL3The object contains material distributed previously that has been selected from the originator’s archives.
    BACKGROUND4The object provides some scene-setting and explanation for the event being reported.
    CURRENT1Object content is about events taking place at the time of the report.
    FEATURE5The object content is about a particular event or individual that may not be significant to current breaking news.
    FORECAST6The object contains opinion as to the outcome of a future event.
    HISTORY7The object content is based on previous rather than current events.
    OBITUARY8The object contains a narrative about an individual’s life and achievements for publication after his or her death.
    OPINION9The object contains an editorial comment that reflects the views of the author.
    POLLS_SURVEYS10The object contains numeric or other information produced as a result of questionnaires or interviews.
    PROFILE11The object contains a description of the life or activity of a news subject (often a living individual).
    RES_LISTINGS_TABLES12The object contains alphanumeric data suitable for presentation in tabular form.
    SIDE_BAR_SUPPORTING_INFO13The object contains a related story that provides additional insight into the news event being reported.
    SUMMARY14The object is a collection of synopses on news items (generally unrelated).
    TRANSCRIPT_VERBATIM15The object contains a word-for-word report of a discussion or briefing without significant journalistic intervention.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearIPTCAppObjAttrTags

    See Also