XpsDocument.SaveAsPs
SaveAsPs(string, PsSaveOptions)
Saves the document in PS format.
public void SaveAsPs(string outPsFilePath, PsSaveOptions options)
| Parameter | Type | Description |
|---|---|---|
| outPsFilePath | String | An output PS file path. |
| options | PsSaveOptions | Options for saving the document in PS format. |
See Also
- class PsSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
SaveAsPs(Stream, PsSaveOptions)
Saves the document in PS format.
public void SaveAsPs(Stream stream, PsSaveOptions options)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to write the output PS file to. |
| options | PsSaveOptions | Options for saving the document in PS format. |
See Also
- class PsSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page