ImageGear .NET - Updated
VideoCompressor Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoCompressor Property
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
public ImGearXMPString VideoCompressor {get; set;}
public: __property ImGearXMPString* get_VideoCompressor();
public: __property void set_VideoCompressor( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ VideoCompressor {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members