ComponentOne Imaging for UWP
SetStream Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class : SetStream Method
System.IO.Stream that contains the image.
Assigns a new image System.IO.Stream to the C1Bitmap.
Syntax
'Declaration
 
Public Sub SetStream( _
   ByVal stream As System.IO.Stream _
) 
public void SetStream( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members