Cuminas DjVu SDK for .NET Framework
SaveToStream(Stream) Method



The stream to write on.
Saves the Document object in DjVu format to the specified stream.
Syntax
Public Overloads Sub SaveToStream( _
   ByVal stream As Stream _
) 
Dim instance As Document
Dim stream As Stream
 
instance.SaveToStream(stream)
public void SaveToStream( 
   Stream stream
)
public:
void SaveToStream( 
   Stream^ stream
) 

Parameters

stream
The stream to write on.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members
Overload List

Send Feedback