Skip to main content

PageWatermark.ImageSource Property

Gets or sets the image of the PageWatermark.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public virtual ImageSource ImageSource { get; set; }

Property Value

Type Description
ImageSource

The watermark image.

See Also