ImageGear for .NET
VideoAlphaMode Property




Gets or sets VideoAlphaMode property of the Dynamic Media XMP schema.
Syntax
public ImGearXMPString VideoAlphaMode {get; set;}
public: __property ImGearXMPString* get_VideoAlphaMode();
public: __property void set_VideoAlphaMode( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ VideoAlphaMode {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}
'Declaration
 
Public Property VideoAlphaMode As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.VideoAlphaMode = value
 
value = instance.VideoAlphaMode

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies alpha mode. Allowed values are: 'straight', 'pre-multiplied'.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback