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




In This Topic
Keywords Property (ImGearAdobePDFXMPMetadata)
In This Topic
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

Property Value

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