C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / LoadMetadata Method / LoadMetadata(IInputStream,ContainerFormat) Method
The input stream.
The image container format; use Unknown to detect the format automatically.

In This Topic
LoadMetadata(IInputStream,ContainerFormat) Method
In This Topic
Loads the metadata of an image from an IInputStream or IRandomAccessStream.
Syntax
'Declaration
 
Public Overloads Sub LoadMetadata( _
   ByVal inputStream As Windows.Storage.Streams.IInputStream, _
   ByVal containerFormat As ContainerFormat _
) 
 

Parameters

inputStream
The input stream.
containerFormat
The image container format; use Unknown to detect the format automatically.
See Also