Skip to main content
A newer version of this page is available. .

PageWatermark Class

Represents a page’s watermark.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v17.2.Core.dll

Declaration

public class PageWatermark :
    StorableObjectBase,
    IDisposable

The following members accept/return PageWatermark objects:

Remarks

A page’s watermark is accessed via its Page.Watermark property. A page can contain either text, or a picture as its watermark.

The following properties are in effect for the text watermark only:

The following properties are in effect for the picture watermark only:

The following code snippets (auto-collected from DevExpress Examples) contain references to the PageWatermark class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also