IDocumentReaderPlugin

IDocumentReaderPlugin

Overview

IDocumentReaderPlugin is a interface in Aspose.Words FOSS for .NET.

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

This interface provides 1 method for working with IDocumentReaderPlugin objects in .NET programs. Available methods include: Read. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
Read(src: Stream, loadOptions: LoadOptions, document: Document)Reads the data from the specified stream into the Document instance.

See Also