Aspose::Words::IDocumentReaderPlugin::Read method

IDocumentReaderPlugin::Read method

Reads the data from the specified stream into the Document instance.

virtual void Aspose::Words::IDocumentReaderPlugin::Read(System::SharedPtr<System::IO::Stream> src, System::SharedPtr<Aspose::Words::Loading::LoadOptions> loadOptions, System::SharedPtr<Aspose::Words::Document> document)=0
ParameterTypeDescription
srcSystem::SharedPtr<System::IO::Stream>The source stream to read the document from.
loadOptionsSystem::SharedPtr<Aspose::Words::Loading::LoadOptions>An additional load options to load the document.
documentSystem::SharedPtr<Aspose::Words::Document>The instance of the Document class to read the data to. If the instance contains some content, it will be overridden by the data from the source stream

See Also