Gets a
System.IO.Stream that contains a PNG representation of a
C1Bitmap
'Declaration
Public Overloads Shared Function Encode( _
ByVal As C1Bitmap, _
ByVal As System.Boolean _
) As System.IO.Stream
public static System.IO.Stream Encode(
C1Bitmap ,
System.bool
)
Parameters
- bmp
- C1Bitmap to encode.
- compress
- true to use zip compression; otherwise, false.
Return Value
A
System.IO.Stream that contains a PNG representation of the given
C1Bitmap.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2