C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / CopyStream Method / CopyStream(Stream,Stream) Method
The source stream.
The destination stream.

In This Topic
CopyStream(Stream,Stream) Method
In This Topic
Copies content of one stream to another.
Syntax
'Declaration
 
Public Overloads Shared Sub CopyStream( _
   ByVal src As Stream, _
   ByVal dst As Stream _
) 
 

Parameters

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