Saves the Pdf document to a Stream.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
Parameters
- stream
- Type: System.IO..::..Stream
Stream object to use for saving the document.
Remarks
Saving the Pdf document to a 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.