ImageGear .NET - Updated
Description Property (ImGearDublinCoreXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Description Property
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

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members