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

In This Topic
    AlphaBiLevel Class
    In This Topic
    Represents an Alpha bi-level effect.

    Alpha (Opacity) values less than the Threshold are changed to 0 (fully transparent), alpha values greater than or equal to the Threshold are changed to 1 (fully opaque).

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

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

    See Also