Gets a
System.IO.Stream that contains a JPG representation of a
C1Bitmap
'Declaration
Public Overloads Shared Function Encode( _
ByVal As C1Bitmap, _
ByVal As System.Integer _
) As System.IO.Stream
public static System.IO.Stream Encode(
C1Bitmap ,
System.int
)
Parameters
- bmp
- C1Bitmap to encode.
- quality
- Quality of the image from 0 to 100.
Return Value
A
System.IO.Stream that contains a JPG 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