DocumentSave Method (Stream, SaveOptions) |
Saves the document to a stream with a save options.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Save(
Stream outputStream,
SaveOptions options
)
Public Sub Save (
outputStream As Stream,
options As SaveOptions
)
public:
void Save(
Stream^ outputStream,
SaveOptions^ options
)
member Save :
outputStream : Stream *
options : SaveOptions -> unit
Parameters
- outputStream
- Type: System.IOStream
Stream where the document will be stored. - options
- Type: Aspose.PdfSaveOptions
Save options.
Exceptions
See Also