ImageGear .NET - Updated
VideoFieldOrder Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoFieldOrder Property
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
public ImGearXMPString VideoFieldOrder {get; set;}
public: __property ImGearXMPString* get_VideoFieldOrder();
public: __property void set_VideoFieldOrder( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ VideoFieldOrder {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members