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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
Remarks
This XMP property specifies true, unity is clear, when false, it is opaque.
See Also