ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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