ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / GlobalMetadata Property

In This Topic
    GlobalMetadata Property
    In This Topic
    Gets the global level metadata for GIF images.
    Syntax
    'Declaration
     
    Public ReadOnly Property GlobalMetadata As System.Collections.Generic.Dictionary(Of String,Object)
    public System.Collections.Generic.Dictionary<string,object> GlobalMetadata {get;}
    See Also