corelibraries-devexpress-dot-xtraprinting-dot-drawing-0c4ecf99.md
Represents a page’s watermark.
Namespace : DevExpress.XtraPrinting.Drawing
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class PageWatermark :
StorableObjectBase,
IXtraSupportShouldSerialize,
IDisposable
Public Class PageWatermark
Inherits StorableObjectBase
Implements IXtraSupportShouldSerialize,
IDisposable
The following members return PageWatermark objects:
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:
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase PageWatermark Watermark
See Also