Aspose::Words::IDocumentReaderPlugin interface

IDocumentReaderPlugin interface

Defines an interface for external reader plugins that can read a file into a document.

class IDocumentReaderPlugin : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Read(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<Aspose::Words::Document>)Reads the data from the specified stream into the Document instance.
static Type()

See Also