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.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

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