ImageGear v26.3 - Updated
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
    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