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
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The output stream.
saveOptionsSystem::SharedPtr<Aspose::Words::Saving::SaveOptions>The save options.

See Also