ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Composer Property




In This Topic
    Composer Property
    In This Topic
    Gets or sets Composer property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property Composer As ImGearXMPString
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPString
     
    instance.Composer = value
     
    value = instance.Composer
    public ImGearXMPString Composer {get; set;}
    public: __property ImGearXMPString* get_Composer();
    public: __property void set_Composer( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Composer {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies composer's name.
    See Also