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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
It is limited to 3 7-bit ASCII characters.
See Also