IDocumentReaderPlugin

IDocumentReaderPlugin interface

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

public interface IDocumentReaderPlugin

Methods

NameDescription
Read(Stream, LoadOptionsDocument)Reads the data from the specified stream into the Document instance.

See Also