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


Save(Device, SaveOptions)

Saves the document using the Device instance.

public override void Save(Device device, SaveOptions options)
ParameterTypeDescription
deviceDeviceThe Device instance.
optionsSaveOptionsDocument saving options.

See Also