Click or drag to resize

IDocument LoadFromStream Method

Opens the document from stream in Xml or Microsoft Word format.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void LoadFromStream(
	Stream stream,
	FileFormat fileFormat
)

Parameters

stream
Type: System.IO Stream
fileFormat
Type: Spire.Doc FileFormat
See Also