ImageGear v26.3 - Updated
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
    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