Skip to main content

PageWatermark.Image Property

For internal use.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
Image null

A Image object specifying the watermark’s picture.

See Also