PDF for WinRT
Save Method


System.IO.Stream object to use for saving the document.
Saves the Pdf document to a System.IO.Stream.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As C1PdfDocumentBase
Dim stream As Stream
 
instance.Save(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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback