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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies numeric value indicating the order of the audio file within its original recording.
See Also