ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / GetStream Method / GetStream(Boolean) Method
Whether the PNG stream should be compressed.

In This Topic
    GetStream(Boolean) Method
    In This Topic
    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