ComponentOne Bitmap for WPF
CopyToAsync(Stream,Int32) Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataStream Class > CopyToAsync Method : CopyToAsync(Stream,Int32) Method
Syntax
'Declaration
 
Public Overloads Function CopyToAsync( _
   ByVal destination As System.IO.Stream, _
   ByVal bufferSize As System.Integer _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task CopyToAsync( 
   System.IO.Stream destination,
   System.int bufferSize
)

Parameters

destination
bufferSize
See Also

Reference

DataStream Class
DataStream Members
Overload List