ComponentOne Imaging for UWP
Decode(Stream) Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > JpgCodec Class : Decode(Stream) Method
System.IO.Stream that contains the image encoded in JPG format.
Creates a new C1Bitmap object initialized with the content of a JPG stream.
Syntax
'Declaration
 
Public Shared Function Decode( _
   ByVal stream As System.IO.Stream _
) As C1Bitmap
public static C1Bitmap Decode( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the image encoded in JPG format.

Return Value

A new C1Bitmap that contains the image encoded in the stream.
See Also

Reference

JpgCodec Class
JpgCodec Members