ImageGear .NET - Updated
Keywords Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Keywords Property
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
public ImGearXMPBag<ImGearXMPString> Keywords {get; set;}
public: __property ImGearXMPBag<ImGearXMPString*>* get_Keywords();
public: __property void set_Keywords( 
   ImGearXMPBag<ImGearXMPString*>* value
);
public:
property ImGearXMPBag<ImGearXMPString^>^ Keywords {
   ImGearXMPBag<ImGearXMPString^>^ get();
   void set (    ImGearXMPBag<ImGearXMPString^>^ value);
}

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

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members