[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AlphaBiLevel

Class AlphaBiLevel

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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

public class AlphaBiLevel : ImageEffect
Inheritance
object
AlphaBiLevel
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

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.

public float Threshold { get; set; }

Property Value

float

Methods

Equals(AlphaBiLevel)

protected bool Equals(AlphaBiLevel other)

Parameters

other AlphaBiLevel

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int