PageWatermark.ImageSource Property
In This Article
Gets or sets the image of the PageWatermark
.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(null)]
public virtual ImageSource ImageSource { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
null | The watermark image. |
See Also