ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceReference Class / RenditionClass Property




In This Topic
    RenditionClass Property (ImGearXMPResourceReference)
    In This Topic
    Gets or sets the referenced resource's xmpMM: RenditionClass.
    Syntax
    'Declaration
     
    Public Property RenditionClass As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPResourceReference
    Dim value As ImGearXMPString
     
    instance.RenditionClass = value
     
    value = instance.RenditionClass
    public ImGearXMPString RenditionClass {get; set;}
    public: __property ImGearXMPString* get_RenditionClass();
    public: __property void set_RenditionClass( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ RenditionClass {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    See Also