ComponentOne Imaging for UWP
GetImageFormat Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class : GetImageFormat Method
System.IO.Stream that contains the encoded image.
Gets the format used to encode an image in a stream.
Syntax
'Declaration
 
Public Shared Function GetImageFormat( _
   ByVal stream As System.IO.Stream _
) As ImageFormat
public static ImageFormat GetImageFormat( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the encoded image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members