ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Description Property




In This Topic
    Description Property (ImGearDublinCoreXMPMetadata)
    In This Topic
    Gets or sets Description property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Description As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    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 specifies a textual description of the content of the resource. Multiple values may be present for different languages.
    See Also