Skip to main content
All docs
V23.2

WatermarkCollection.SaveToStream(Stream) Method

Saves watermarks added to WatermarkCollection to the specified stream.

Namespace: DevExpress.XtraPrinting.Drawing

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