ImageGear for .NET
Category Property (ImGearPhotoshopXMPMetadata)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback