Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BiLevel Class
Members

In This Topic
    BiLevel Class
    In This Topic
    Represents a bi-level (black/white) effect.

    Input colors whose luminance is less than the specified Threshold value are changed to black.

    Input colors whose luminance are greater than or equal the specified value are changed to white.

    The alpha effect values are unaffected by this effect.

    Object Model
    BiLevel Class
    Syntax
    'Declaration
     
    Public Class BiLevel 
       Inherits ImageEffect
    public class BiLevel : ImageEffect 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.ImageEffect
             GrapeCity.Documents.Word.BiLevel

    See Also