load method

load(inputStream, loadOptions)

Load the document using the specified load options.

load(inputStream: Buffer, loadOptions: Aspose.Words.Loading.LoadOptions)
ParameterTypeDescription
inputStreamBufferThe input stream.
loadOptionsLoadOptionsThe document load options. Can be null, in this case the document is loaded with default load options.

See Also