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

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

    Parameters

    threshold
    The luminance threshold for the Bi-Level effect.

    Return Value

    The inserted BiLevel effect.
    See Also