[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AlphaReplace

AlphaReplace Class

Represents an alpha replace effect.

Effect alpha (opacity) values are replaced by a fixed alpha.

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

Properties

Name Description
Alpha

Gets or sets the alpha (opacity) value.

Allowed values are from 0 to 1, inclusive.

The default is 0.

Methods