SaveableFacade.Save
Save(Stream)
Saves the PDF document to the specified stream.
public virtual void Save(Stream destStream)
| Parameter | Type | Description |
|---|---|---|
| destStream | Stream | The destination stream. |
See Also
- class SaveableFacade
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
Save(string)
Saves the PDF document to the specified file.
public virtual void Save(string destFile)
| Parameter | Type | Description |
|---|---|---|
| destFile | String | The destination file. |
See Also
- class SaveableFacade
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF