[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.AddBiLevel

AddBiLevel Method

AddBiLevel(float)

Adds a new BiLevel effect into the list.

Declaration
public BiLevel AddBiLevel(float threshold)
Public Function AddBiLevel(threshold As Single) As BiLevel
Parameters
Type Name Description
float threshold

The luminance threshold for the Bi-Level effect.

Returns
Type Description
BiLevel

The inserted BiLevel effect.