PDFView4NET WinForms Edition
Save(Stream) Method




O2S.Components.PDFView4NET Namespace > PDFFileAttachment Class > Save Method : Save(Stream) Method
Stream where the embedded file should be saved.
Saves the content of the embedded file to the specified stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As PDFFileAttachment
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)
public: void Save( 
   Stream* stream
) 
public:
void Save( 
   Stream^ stream
) 

Parameters

stream
Stream where the embedded file should be saved.
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

PDFFileAttachment Class
PDFFileAttachment Members
Overload List