Read
IDocumentReaderPlugin.Read method
Reads the data from the specified stream into the Document
instance.
public void Read(Stream src, LoadOptions loadOptions, Document document)
Parameter | Type | Description |
---|---|---|
src | Stream | The source stream to read the document from. |
loadOptions | LoadOptions | An additional load options to load the document. |
document | 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
- class LoadOptions
- class Document
- interface IDocumentReaderPlugin
- namespace Aspose.Words
- assembly Aspose.Words