Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WatermarkManager Members

In This Article
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(DocumentImageSource, ImageWatermarkOptions) Adds an image watermark to a header of the specified section.
SetImage(DocumentImageSource) Adds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, DocumentImageSource, ImageWatermarkOptions) Adds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, DocumentImageSource) Adds an image watermark to 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