Back to Devexpress

Watermark.SaveToXml(String) Method

corelibraries-devexpress-dot-xtraprinting-dot-drawing-dot-watermark-dot-savetoxml-x28-system-dot-string-x29.md

latest2.0 KB
Original Source

Watermark.SaveToXml(String) Method

Saves the current watermark to an XML file.

Namespace : DevExpress.XtraPrinting.Drawing

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public void SaveToXml(
    string xmlFile
)
vb
Public Sub SaveToXml(
    xmlFile As String
)

Parameters

NameTypeDescription
xmlFileString

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

RestoreFromXml(String)

SaveToStream(Stream)

RestoreFromStream(Stream)

Watermark Class

Watermark Members

DevExpress.XtraPrinting.Drawing Namespace