PDFView4NET WinForms Edition
Save(Stream) Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class > Save Method : Save(Stream) Method
The stream where to save the PDF file.
Saves the PDF document to a stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As PDFDocument
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)
public: void Save( 
   Stream* stream
) 
public:
void Save( 
   Stream^ stream
) 

Parameters

stream
The stream where to save the PDF file.
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

PDFDocument Class
PDFDocument Members
Overload List