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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPDimensions class value.
Remarks
This XMP property specifies frame size. For example: w:720, h: 480, unit:pixels.
See Also