Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

WatermarkManager Members

Manages document watermarks.

Properties

Name Description
Type Gets the watermark type.

Methods

Name Description
Remove() Removes watermarks from the document.
Remove(Section, HeaderFooterType) Removes a watermark from a header of the specified section.
SetImage(Section, HeaderFooterType, Image, ImageWatermarkOptions) Adds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, Image) Adds an image watermark to a header of the specified section.
SetImage(Image, ImageWatermarkOptions) Adds an image watermark to all document pages.
SetImage(Image) Adds an image watermark to all document pages.
SetText(Section, HeaderFooterType, String, TextWatermarkOptions) Adds a text watermark to a header of the specified section.
SetText(Section, HeaderFooterType, String) Adds a text watermark to a header of the specified section.
SetText(String, TextWatermarkOptions) Adds a text watermark to all document pages.
SetText(String) Adds a text watermark to all document pages.
See Also