ComponentOne FlexReport for UWP
CopyStream(Stream,Stream) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class > CopyStream Method : CopyStream(Stream,Stream) Method
The source stream.
The destination stream.
Copies content of one stream to another.
Syntax
'Declaration
 
Public Overloads 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
Overload List