[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertAlphaInverse

InsertAlphaInverse Method

InsertAlphaInverse(int, UserColor)

Inserts a new AlphaInverse effect into the list.

Declaration
public AlphaInverse InsertAlphaInverse(int index, UserColor color)
Public Function InsertAlphaInverse(index As Integer, color As UserColor) As AlphaInverse
Parameters
Type Name Description
int index

The effect index in the list.

UserColor color

The user color to replace transparency.

Returns
Type Description
AlphaInverse

The inserted AlphaInverse effect.