ImageGear v26.3 - Updated
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
    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