ComponentOne Bitmap for WPF
LoadMetadata(String,ContainerFormat) Method

C1.WPF.Bitmap.4 Assembly > C1.WPF.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.
Loads the metadata of an image from a file.
Syntax
'Declaration
 
Public Overloads Sub LoadMetadata( _
   ByVal fileName As System.String, _
   ByVal containerFormat As ContainerFormat _
) 
public void LoadMetadata( 
   System.string fileName,
   ContainerFormat containerFormat
)

Parameters

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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List