ComponentOne Imaging for UWP
GetStream(Boolean) Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class > GetStream Method : GetStream(Boolean) Method
Whether the PNG stream should be compressed.
Gets a PNG System.IO.Stream that contains the image in this C1Bitmap.
Syntax
'Declaration
 
Public Overloads Function GetStream( _
   ByVal compress As System.Boolean _
) As System.IO.Stream
public System.IO.Stream GetStream( 
   System.bool compress
)

Parameters

compress
Whether the PNG stream should be compressed.

Return Value

A System.IO.Stream that contains the image in this C1Bitmap.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List