ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / ShotName Property




In This Topic
ShotName Property
In This Topic
Gets or sets ShotName property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property ShotName As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.ShotName = value
 
value = instance.ShotName

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the shot or take.
See Also