Skip to main content
All docs
V25.1
  • PageWatermark.ImageSource Property

    Gets or sets the image of the PageWatermark.

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v25.1.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