[]
        
(Showing Draft Content)

C1.WPF.Bitmap.C1Bitmap.LoadMetadata

LoadMetadata Method

LoadMetadata(Stream, ContainerFormat)

Loads the metadata of an image from a System.IO.Stream.

Declaration
public void LoadMetadata(Stream stream, ContainerFormat containerFormat)
Public Sub LoadMetadata(stream As Stream, containerFormat As ContainerFormat)
Parameters
Type Name Description
Stream stream

The input stream.

ContainerFormat containerFormat

The image container format; use Unknown to detect the format automatically.

LoadMetadata(string, ContainerFormat)

Loads the metadata of an image from a file.

Declaration
public void LoadMetadata(string fileName, ContainerFormat containerFormat)
Public Sub LoadMetadata(fileName As String, containerFormat As ContainerFormat)
Parameters
Type Name Description
string fileName

The input file name.

ContainerFormat containerFormat

The image container format; use Unknown to detect the format automatically.