ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / SupplementalCategories Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
See Also