ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / LoadMetadataAsync Method
The input StorageFile.
The image container format; use Unknown to detect the format automatically.

In This Topic
    LoadMetadataAsync Method
    In This Topic
    Loads the metadata of an image from a StorageFile.
    Syntax
    'Declaration
     
    Public Function LoadMetadataAsync( _
       ByVal storageFile As Windows.Storage.StorageFile, _
       ByVal containerFormat As ContainerFormat _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task LoadMetadataAsync( 
       Windows.Storage.StorageFile storageFile,
       ContainerFormat containerFormat
    )

    Parameters

    storageFile
    The input StorageFile.
    containerFormat
    The image container format; use Unknown to detect the format automatically.
    See Also