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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies time signature of the music. Allowed values are: One of: '2/4', '3/4', '4/4', '5/4', '7/4', '6/8', '9/8', '12/8', 'other'.
See Also