C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / LoadMetadata Method / LoadMetadata(String,ContainerFormat) Method
The input file name.
The image container format; use Unknown to detect the format automatically.

In This Topic
LoadMetadata(String,ContainerFormat) Method
In This Topic
Loads the metadata of an image from a file.
Syntax
'Declaration
 
Public Overloads Sub LoadMetadata( _
   ByVal fileName As System.String, _
   ByVal containerFormat As ContainerFormat _
) 
 

Parameters

fileName
The input file name.
containerFormat
The image container format; use Unknown to detect the format automatically.
See Also