ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Description Property




In This Topic
    Description Property (ImGearIPTC4XMPCoreMetadata)
    In This Topic
    Gets or sets Description property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property Description As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPLangAlt
     
    instance.Description = value
     
    value = instance.Description
    public ImGearXMPLangAlt Description {get; set;}
    public: __property ImGearXMPLangAlt* get_Description();
    public: __property void set_Description( 
       ImGearXMPLangAlt* value
    );
    public:
    property ImGearXMPLangAlt^ Description {
       ImGearXMPLangAlt^ get();
       void set (    ImGearXMPLangAlt^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
    Remarks
    This XMP property is a textual description, including captions, of the news object's content, particularly used where the object is not text.

    Note: The XMP property (dc:description) which stores the value of this IPTC Core property is of type Lang Alt. Hence any software agent dealing with this property must abide to the processing rules for Lang Alt value type as specified by the XMP specifications.

    See Also