XpsDocument.Save

Save(string)

Saves XPS document to XPS file located at the path.

public void Save(string path)
ParameterTypeDescription
pathStringLocation of the document.

See Also


Save(Stream)

Saves XPS document to stream.

public void Save(Stream stream)
ParameterTypeDescription
streamStreamStream XPS document to be saved into.

See Also