ImageGear v26.3 - Updated
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
    public ImGearXMPBag<ImGearXMPString> SupplementalCategories {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_SupplementalCategories();
    public: __property void set_SupplementalCategories( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ SupplementalCategories {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

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