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




In This Topic
    ImGearIPTCObjectAttributeNumber Enumeration
    In This Topic
    Represents IPTC Object Attribute Numbers.
    Syntax
    'Declaration
     
    Public Enum ImGearIPTCObjectAttributeNumber 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearIPTCObjectAttributeNumber
    public enum ImGearIPTCObjectAttributeNumber : System.Enum 
    __value public enum ImGearIPTCObjectAttributeNumber : public System.Enum 
    public enum class ImGearIPTCObjectAttributeNumber : public System.Enum 
    Members
    MemberValueDescription
    Analysis2Analysis attribute number.
    ArchiveMaterial3Archive Material attribute number.
    Background4Background attribute number.
    Current1Current attribute number.
    Feature5Feature attribute number.
    Forecast6Forecast attribute number.
    FromTheScene17From The Scene attribute number.
    History7History attribute number.
    Interview16Interview attribute number.
    Obituary8Obituary attribute number.
    Opinion9Opinion attribute number.
    PollsAndSurveys10Polls And Surveys attribute number.
    PressRelease22Press Release attribute number.
    Profile11Profile attribute number.
    ResultsListingsAndTables12Results Listings and Tables attribute number.
    Retrospective18Retrospective attribute number.
    SideBarAndSupportingInformation13Side Bar and Supporting Information attribute number.
    Statistics19Statistics attribute number.
    Summary14Summary attribute number.
    TranscriptAndVerbatim15Transcript and Verbatim attribute number.
    Update20Update attribute number.
    WrapUp21Wrap Up attribute number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.IPTC.ImGearIPTCObjectAttributeNumber

    See Also