Aspose::Words::IDocumentProcessorPlugin::Append method

IDocumentProcessorPlugin::Append method

Append the document loading it with the specified load options.

virtual void Aspose::Words::IDocumentProcessorPlugin::Append(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<Aspose::Words::Loading::LoadOptions> loadOptions)=0
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>The input stream.
loadOptionsSystem::SharedPtr<Aspose::Words::Loading::LoadOptions>The document load options. Can be null, in this case the document is loaded with default load options.

See Also