[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AlphaBiLevel

AlphaBiLevel Class

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).

Inheritance
AlphaBiLevel
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class AlphaBiLevel : ImageEffect
Public Class AlphaBiLevel
    Inherits ImageEffect

Properties

Name Description
Threshold

Gets or sets the threshold value for the alpha bi-level effect.

Allowed values are from 0 to 1, inclusive.

The default is 0.

Methods