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

PageWatermark.Image Property

For internal use.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual Image Image { get; set; }

Property Value

Type Default Description
Image *null*

A Image object specifying the watermark’s picture.

See Also