ComponentOne Bitmap for UWP
LoadMetadataAsync Method

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.
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

Reference

C1Bitmap Class
C1Bitmap Members