Save
IDocumentProcessorPlugin.Save method
Save the document loaded by Load
method to the output stream using the specified save options.
public void Save(Stream outputStream, SaveOptions saveOptions)
Parameter | Type | Description |
---|---|---|
outputStream | Stream | The output stream. |
saveOptions | SaveOptions | The save options. |
Remarks
If the specified output format is image, only the first page image is saved to the output stream. If the specified save format is not natively supported by the plugin (requires loading to Document
), method throws an exception.
See Also
- class SaveOptions
- interface IDocumentProcessorPlugin
- namespace Aspose.Words
- assembly Aspose.Words