[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertAlphaBiLevel

InsertAlphaBiLevel Method

InsertAlphaBiLevel(int, float)

Inserts a new AlphaBiLevel effect into the list.

Declaration
public AlphaBiLevel InsertAlphaBiLevel(int index, float threshold)
Public Function InsertAlphaBiLevel(index As Integer, threshold As Single) As AlphaBiLevel
Parameters
Type Name Description
int index

The effect index in the list.

float threshold

The threshold value for the alpha bi-level effect.

Returns
Type Description
AlphaBiLevel

The inserted AlphaBiLevel effect.