Click or drag to resize

Presentation LoadFromStream Method (Stream, FileFormat)

Opens the document from a stream.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override void LoadFromStream(
	Stream stream,
	FileFormat fileFormat
)

Parameters

stream
Type: System.IO Stream
The document stream.
fileFormat
Type: Spire.Presentation FileFormat
See Also