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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property specifies aspect ratio, expressed as ht/wd. For example: '648/720' = 0.9.
See Also