ImageGear .NET - Updated May 1, 2018
Scale Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTime Class : Scale Property
Gets or sets the scale for the time value. For NTSC, use 1001/30000, or the less accurate 100/2997. For PAL, use 1/25.
Syntax
'Declaration
 
Public Property Scale As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearXMPTime
Dim value As ImGearXMPRational
 
instance.Scale = value
 
value = instance.Scale

Property Value

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

Reference

ImGearXMPTime Class
ImGearXMPTime Members