ImageGear .NET - Updated
Category Property (ImGearPhotoshopXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Photoshop Namespace > ImGearPhotoshopXMPMetadata Class : Category Property
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
public ImGearXMPString Category {get; set;}
public: __property ImGearXMPString* get_Category();
public: __property void set_Category( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Category {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members