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




In This Topic
TimeFormat Property
In This Topic
Gets or sets the format used in the TimeValue.
Syntax
'Declaration
 
Public Property TimeFormat As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPTimecode
Dim value As ImGearXMPString
 
instance.TimeFormat = value
 
value = instance.TimeFormat

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
Allowed values are: '24Timecode', '25Timecode', '2997DropTimecode' (semicolon delimiter), '2997NonDropTimecode', '30Timecode', '50Timecode', '5994DropTimecode', '5994NonDropTimecode', '60Timecode', '23976Timecode'.
See Also