Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / AddAlphaReplace Method
The alpha (opacity) value.

In This Topic
    AddAlphaReplace Method
    In This Topic
    Adds a new AlphaReplace effect into the list.
    Syntax
    'Declaration
     
    Public Function AddAlphaReplace( _
       ByVal alpha As System.Single _
    ) As AlphaReplace
    public AlphaReplace AddAlphaReplace( 
       System.float alpha
    )

    Parameters

    alpha
    The alpha (opacity) value.

    Return Value

    The inserted AlphaReplace effect.
    See Also