Skip to main content

Watermark.SaveToXml(String) Method

Saves the current watermark to an XML file.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void SaveToXml(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A String specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised.

Remarks

The SaveToXml method saves the watermark (the values of all the Watermark‘s properties) to the specified file. The saved settings can then be restored from storage using the Watermark.RestoreFromXml method.

See Also