ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / GetStream Method / GetStream() Method

In This Topic
    GetStream() Method
    In This Topic
    Gets a PNG System.IO.Stream that contains the image in this C1Bitmap.
    Syntax
    'Declaration
     
    Public Overloads Function GetStream() As System.IO.Stream
    public System.IO.Stream GetStream()

    Return Value

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