WatermarkManager Methods
Manages document watermarks.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