Gets a PNG Stream that contains the image in this C1Bitmap.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public Stream GetStream(
	bool compress
)
Visual Basic
Public Function GetStream ( _
	compress As Boolean _
) As Stream

Parameters

compress
Type: System..::..Boolean
Whether the PNG stream should be compressed.

Return Value

A Stream that contains the image in this C1Bitmap.

See Also