Skip to main content
All docs
V25.1
  • WatermarkCollection.SaveToStream(Stream) Method

    Saves watermarks added to WatermarkCollection to the specified stream.

    Namespace: DevExpress.XtraPrinting.Drawing

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public void SaveToStream(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A System.IO.Stream object to which WatermarkCollection is written.

    See Also