Presentation Constructor (Stream, FileFormat)
|
Constructor
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Presentation(
Stream stream,
FileFormat fileFormat
)
Public Sub New (
stream As Stream,
fileFormat As FileFormat
)
public:
Presentation(
Stream^ stream,
FileFormat fileFormat
)
new :
stream : Stream *
fileFormat : FileFormat -> Presentation
Parameters
-
stream
-
Type:
System.IO
Stream
file stream
-
fileFormat
-
Type:
Spire.Presentation
FileFormat
file format
See Also