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

PrintingSystemBase.Watermark Property

Gets the document’s watermark.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual Watermark Watermark { get; }

Property Value

Type Description
Watermark

A Watermark object specifying the document’s watermark.

Remarks

The document’s watermark can be represented either by text or a picture specified via the PageWatermark.Text and PageWatermark.Image properties correspondingly. Also, use the Watermark.PageRange property to specify the document’s pages which will show the watermark specified.

See Also