WordProcessingImageEffects

WordProcessingImageEffects class

Represents effects that can be applied to an image watermark for a Word document.

public sealed class WordProcessingImageEffects : OfficeImageEffects, IWordProcessingWatermarkEffects

Constructors

Name Description
WordProcessingImageEffects() Initializes a new instance of the WordProcessingImageEffects class.

Properties

Name Description
BorderLineFormat { get; set; } Gets or sets a line format settings for the image border.
Brightness { get; set; } Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
ChromaKey { get; set; } Gets or sets the color value of the image that will be treated as transparent.
Contrast { get; set; } Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
GrayScale { get; set; } Gets or sets a value indicating whether a picture will be displayed in grayscale mode.

See Also