Loads the document from a Stream. The input stream can contain a document in one of the supported file formats.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static Document Load( Stream stream, LoadOptions loadOptions )

Parameters

stream
Type: Stream

A Stream object representing a document to load from.

loadOptions
Type: LoadOptions

Load options that will be used for the load operation.

Return value

Type: Document