Skip to main content

PageWatermark Class

Represents a page’s watermark.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class PageWatermark :
    StorableObjectBase,
    IXtraSupportShouldSerialize,
    IDisposable

The following members 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:

Inheritance

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