Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertAlphaBiLevel Method
The effect index in the list.
The threshold value for the alpha bi-level effect.

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

    Parameters

    index
    The effect index in the list.
    threshold
    The threshold value for the alpha bi-level effect.

    Return Value

    The inserted AlphaBiLevel effect.
    See Also