ImageGear v26.3 - Updated November 9, 2022
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

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