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




In This Topic
VideoCompressor Property
In This Topic
Gets or sets VideoCompressor property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property VideoCompressor As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.VideoCompressor = value
 
value = instance.VideoCompressor

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies compression used. For example, jpeg.
See Also