Back to Devexpress

WatermarkManager Methods

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-watermarkmanager-dot-underscore-methods.md

latest3.8 KB
Original Source

WatermarkManager Methods

Manages document watermarks.

NameDescription
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

WatermarkManager Interface

WatermarkManager Members

DevExpress.XtraRichEdit.API.Native Namespace