ImageGear .NET - Updated
Keywords Property (ImGearAdobePDFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.AdobePDF Namespace > ImGearAdobePDFXMPMetadata Class : Keywords Property
Gets or sets Keywords property of the AdobePDF XMP schema.
Syntax
'Declaration
 
Public Property Keywords As ImGearXMPString
'Usage
 
Dim instance As ImGearAdobePDFXMPMetadata
Dim value As ImGearXMPString
 
instance.Keywords = value
 
value = instance.Keywords
public ImGearXMPString Keywords {get; set;}
public: __property ImGearXMPString* get_Keywords();
public: __property void set_Keywords( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Keywords {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also

Reference

ImGearAdobePDFXMPMetadata Class
ImGearAdobePDFXMPMetadata Members