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

In This Topic
    AddAlphaBiLevel Method
    In This Topic
    Adds a new AlphaBiLevel effect into the list.
    Syntax
    'Declaration
     
    Public Function AddAlphaBiLevel( _
       ByVal threshold As System.Single _
    ) As AlphaBiLevel
    public AlphaBiLevel AddAlphaBiLevel( 
       System.float threshold
    )

    Parameters

    threshold
    The threshold value for the alpha bi-level effect.

    Return Value

    The inserted AlphaBiLevel effect.
    See Also