C1.C1Pdf Namespace / C1PdfDocumentBase Class / Save Method / Save(Stream) Method
System.IO.Stream object to use for saving the document.

In This Topic
Save(Stream) Method
In This Topic
Saves the PDF document to a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
 

Parameters

stream
System.IO.Stream object to use for saving the document.
Remarks
Saving the PDF document to a System.IO.Stream object is often used in Web scenarios, when you are creating a Response object or storing the document in the a cache, and don't want to create temporary files.
See Also