Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertAlphaInverse Method
The effect index in the list.
The user color to replace transparency.

In This Topic
    InsertAlphaInverse Method
    In This Topic
    Inserts a new AlphaInverse effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertAlphaInverse( _
       ByVal index As System.Integer, _
       ByVal color As UserColor _
    ) As AlphaInverse
    public AlphaInverse InsertAlphaInverse( 
       System.int index,
       UserColor color
    )

    Parameters

    index
    The effect index in the list.
    color
    The user color to replace transparency.

    Return Value

    The inserted AlphaInverse effect.
    See Also