A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.Watermark Property
Gets the document's watermark.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual Watermark Watermark { get; }
Public Overridable ReadOnly Property Watermark As Watermark
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
Feedback