ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 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.

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 String, _
       ByVal containerFormat As ContainerFormat _
    ) 
    public void LoadMetadata( 
       string fileName,
       ContainerFormat containerFormat
    )

    Parameters

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