Aspose::Words::IDocumentProcessorPlugin::Save method
IDocumentProcessorPlugin::Save method
Save the document loaded by Load() method to the output stream using the specified save options.
virtual void Aspose::Words::IDocumentProcessorPlugin::Save(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)=0
Parameter | Type | Description |
---|---|---|
outputStream | System::SharedPtr<System::IO::Stream> | The output stream. |
saveOptions | System::SharedPtr<Aspose::Words::Saving::SaveOptions> | The save options. |
See Also
- Class SaveOptions
- Interface IDocumentProcessorPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++