ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 Dictionary(Of String,Object)
    public Dictionary<string,object> GlobalMetadata {get;}
    See Also