ComponentOne Bitmap for UWP
LoadMetadata(IInputStream,ContainerFormat) Method

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.
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 _
) 
public void LoadMetadata( 
   Windows.Storage.Streams.IInputStream inputStream,
   ContainerFormat containerFormat
)

Parameters

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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List