XpsDocument.Save
Save(string)
Saves XPS document to XPS file located at the path.
public void Save(string path)
Parameter | Type | Description |
---|---|---|
path | String | Location of the document. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
Save(Stream)
Saves XPS document to stream.
public void Save(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Stream XPS document to be saved into. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page