[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertBiLevel

InsertBiLevel Method

InsertBiLevel(int, float)

Inserts a new BiLevel effect into the list.

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

The effect index in the list.

float threshold

The luminance threshold for the Bi-Level effect.

Returns
Type Description
BiLevel

The inserted BiLevel effect.