Save(Stream,SaveMode) Method
In This Topic
Saves the current PDF document to a System.IO.Stream using the specified save mode.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As SaveMode _
)
public void Save(
System.IO.Stream ,
SaveMode
)
Parameters
- stream
- The System.IO.Stream object to use for saving the document.
- saveMode
- The PDF saving mode.
See Also