Skip to main content

PageWatermark.Image Property

For internal use.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
public Image Image { get; set; }

Property Value

Type Description
Image

A Image object specifying the watermark’s picture.

See Also