Skip to main content

PageWatermark.ImageSource Property

Gets or sets the image of the PageWatermark.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(null)]
public virtual ImageSource ImageSource { get; set; }

Property Value

Type Default Description
ImageSource null

The watermark image.

See Also