ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback