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

In This Topic
    AlphaCeiling Class
    In This Topic
    Represents an alpha ceiling effect.

    Alpha (opacity) values greater than 0 (fully transparent) are changed to 1 (fully opaque). In other words, anything partially opaque becomes fully opaque.

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

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

    See Also