ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / GetImageFormat Method
System.IO.Stream that contains the encoded image.

In This Topic
    GetImageFormat Method
    In This Topic
    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