ComponentOne Document Library for WinForms
CopyStream Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : CopyStream Method
The source stream.
The destination stream.
Copies content of one stream to another.
Syntax
'Declaration
 
Public Shared Sub CopyStream( _
   ByVal src As System.IO.Stream, _
   ByVal dst As System.IO.Stream _
) 
public static void CopyStream( 
   System.IO.Stream src,
   System.IO.Stream dst
)

Parameters

src
The source stream.
dst
The destination stream.
See Also

Reference

Utils Class
Utils Members