Click or drag to resize

ISlide SaveToStream Method

Saves the Slide to the specified stream.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void SaveToStream(
	Stream strean,
	FileFormat fileFormat
)

Parameters

strean
Type: System.IO Stream
stream
fileFormat
Type: Spire.Presentation FileFormat
File Format
See Also