ImageGear v26.3 - Updated
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
    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