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
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