ImageGear v26.3 - Updated November 9, 2022
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

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