Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertBiLevel Method
The effect index in the list.
The luminance threshold for the Bi-Level effect.

In This Topic
    InsertBiLevel Method
    In This Topic
    Inserts a new BiLevel effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertBiLevel( _
       ByVal index As System.Integer, _
       ByVal threshold As System.Single _
    ) As BiLevel
    public BiLevel InsertBiLevel( 
       System.int index,
       System.float threshold
    )

    Parameters

    index
    The effect index in the list.
    threshold
    The luminance threshold for the Bi-Level effect.

    Return Value

    The inserted BiLevel effect.
    See Also