[]
        
(Showing Draft Content)

C1.Win.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)
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)
Parameters
Type Name Description
string fileName

The input file name.

ContainerFormat containerFormat

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