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