ImageGear v26.3 - Updated
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
    public ImGearXMPBoolean VideoAlphaUnityIsTransparent {get; set;}
    public: __property ImGearXMPBoolean* get_VideoAlphaUnityIsTransparent();
    public: __property void set_VideoAlphaUnityIsTransparent( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ VideoAlphaUnityIsTransparent {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

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