ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Keywords Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
Remarks
This XMP property specifies keywords to express the subject of the content. Keywords may be free text and don't have to be taken from a controlled vocabulary. Values from the controlled vocabulary IPTC Subject Codes must go to the "Subject Code" element.
See Also