Aspose::Words::IDocumentProcessorPlugin::Load method
IDocumentProcessorPlugin::Load method
Load the document using the specified load options.
virtual void Aspose::Words::IDocumentProcessorPlugin::Load(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++