LoadMetadata(IInputStream,ContainerFormat) Method
Loads the metadata of an image from an IInputStream or IRandomAccessStream.
public void LoadMetadata(
Windows.Storage.Streams.IInputStream ,
ContainerFormat
)
'Declaration
Public Overloads Sub LoadMetadata( _
ByVal As Windows.Storage.Streams.IInputStream, _
ByVal As ContainerFormat _
)
Parameters
- inputStream
- The input stream.
- containerFormat
- The image container format; use Unknown to detect the format automatically.