Watermark

Watermark class

Represents class to work with document watermark.

To learn more, visit the Working with Watermark documentation article.

public sealed class Watermark

Properties

NameDescription
Type { get; }Gets the watermark type.

Methods

NameDescription
Remove()Removes the watermark.
SetImage(Image)Adds Image watermark into the document.
SetImage(Image, ImageWatermarkOptions)Adds Image watermark into the document.
SetImage(string, ImageWatermarkOptions)Adds Image watermark into the document.
SetText(string)Adds Text watermark into the document.
SetText(string, TextWatermarkOptions)Adds Text watermark into the document.

See Also