Read

IDocumentReaderPlugin.Read method

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

public void Read(Stream src, LoadOptions loadOptions, Document document)
ParameterTypeDescription
srcStreamThe source stream to read the document from.
loadOptionsLoadOptionsAn additional load options to load the document.
documentDocumentThe 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