ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTimeScaleStretch Class / Quality Property




In This Topic
Quality Property
In This Topic
Gets or sets the stretch quality. Allowed values are: "High", "Medium", "Low".
Syntax
'Declaration
 
Public Property Quality As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPTimeScaleStretch
Dim value As ImGearXMPString
 
instance.Quality = value
 
value = instance.Quality

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also