Skip to main content
All docs
V24.2

WatermarkCollection.SaveToStream(Stream) Method

In This Article

Saves watermarks added to WatermarkCollection to the specified stream.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v24.2.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