ComponentOne PDF for WPF and Silverlight
Save(Stream) Method

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > C1PdfDocumentBase Class > Save Method : Save(Stream) Method
System.IO.Stream object to use for saving the document.
Saves the Pdf document to a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
public void Save( 
   Stream 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

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members
Overload List