ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / PullDown Property




In This Topic
    PullDown Property
    In This Topic
    Gets or sets PullDown property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property PullDown As ImGearXMPString
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPString
     
    instance.PullDown = value
     
    value = instance.PullDown
    public ImGearXMPString PullDown {get; set;}
    public: __property ImGearXMPString* get_PullDown();
    public: __property void set_PullDown( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ PullDown {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies sampling phase of film to be converted to video (pull-down). Allowed values are: 'WSSWW', 'SSWWW', 'SWWWS', 'WWWSS', 'WWSSW', 'WSSWW_24p', 'SSWWW_24p', 'SWWWS_24p', 'WWWSS_24p', 'WWSSW_24p'.
    See Also