'Declaration Public Class BiLevel Inherits ImageEffect
public class BiLevel : ImageEffect
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.
'Declaration Public Class BiLevel Inherits ImageEffect
public class BiLevel : ImageEffect
System.Object
GrapeCity.Documents.Word.FormattingBag
GrapeCity.Documents.Word.ImageEffect
GrapeCity.Documents.Word.BiLevel