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




In This Topic
Name Property (ImGearXMPMarker)
In This Topic
Gets or sets the name of the marker. This becomes, for example, the name of a chapter in a DVD.
Syntax
'Declaration
 
Public Property Name As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPMarker
Dim value As ImGearXMPString
 
instance.Name = value
 
value = instance.Name

Property Value

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