read method
read(src, loadOptions, document)
Reads the data from the specified stream into the Document instance.
read(src: Buffer, loadOptions: Aspose.Words.Loading.LoadOptions, document: Aspose.Words.Document)
Parameter | Type | Description |
---|---|---|
src | Buffer | 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
- module Aspose.Words
- class IDocumentReaderPlugin