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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies field order for video. One of: 'Upper', 'Lower', 'Progressive'.
See Also