Click or drag to resize

Presentation LoadFromStream Method (Stream, FileFormat, String)

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,
	string password
)

Parameters

stream
Type: System.IO Stream
The document stream.
fileFormat
Type: Spire.Presentation FileFormat
The file format
password
Type: System String
The password.
See Also