Click or drag to resize

Presentation SaveToFile Method (Stream, FileFormat)

Saves the document to the specified stream.

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

Parameters

stream
Type: System.IO Stream
The Stream where the document will be saved.
fileFormat
Type: Spire.Presentation FileFormat
See Also