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
)
Public Overrides Sub LoadFromStream (
stream As Stream,
fileFormat As FileFormat,
password As String
)
public:
virtual void LoadFromStream(
Stream^ stream,
FileFormat fileFormat,
String^ password
) override
abstract LoadFromStream :
stream : Stream *
fileFormat : FileFormat *
password : string -> unit
override LoadFromStream :
stream : Stream *
fileFormat : FileFormat *
password : string -> unit
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