ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Subject Property




In This Topic
Subject Property (ImGearDublinCoreXMPMetadata)
In This Topic
Gets or sets Subject property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Subject As ImGearXMPBag(Of ImGearXMPString)
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPString)
 
instance.Subject = value
 
value = instance.Subject

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
Remarks
This XMP property specifies an unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
See Also