SpreadsheetGear 2017
SaveToStream() Method






SpreadsheetGear.Windows.Xps Namespace > WorkbookXpsDocument Class > SaveToStream Method : SaveToStream() Method
Syntax
'Declaration
 
Public Overloads Function SaveToStream() As System.IO.Stream
'Usage
 
Dim instance As WorkbookXpsDocument
Dim value As System.IO.Stream
 
value = instance.SaveToStream()
public System.IO.Stream SaveToStream()
public function SaveToStream(): System.IO.Stream; 
public function SaveToStream() : System.IO.Stream;
public: System.IO.Stream* SaveToStream(); 
public:
System.IO.Stream^ SaveToStream(); 
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

WorkbookXpsDocument Class
WorkbookXpsDocument Members
Overload List