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
Parameter | Type | Description |
---|---|---|
inputStream | System::SharedPtr<System::IO::Stream> | The input stream. |
loadOptions | System::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
- Class LoadOptions
- Interface IDocumentProcessorPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++