ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / FrameMetadata Property

In This Topic
    FrameMetadata Property
    In This Topic
    Gets the frame level metadata for JPG, PNG, JPEG-XR, GIF, TIFF images.
    Syntax
    'Declaration
     
    Public ReadOnly Property FrameMetadata As Dictionary(Of String,Object)
    public Dictionary<string,object> FrameMetadata {get;}
    See Also