FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / ReadMetafileFromMemory Method
The byte array containing the System.Drawing.Imaging.Metafile data.

In This Topic
    ReadMetafileFromMemory Method (Utils)
    In This Topic
    Reads a System.Drawing.Imaging.Metafile from a byte array.
    Syntax
    'Declaration
     
    Public Shared Function ReadMetafileFromMemory( _
       ByVal imageData() As Byte _
    ) As Metafile
    public static Metafile ReadMetafileFromMemory( 
       byte[] imageData
    )

    Parameters

    imageData
    The byte array containing the System.Drawing.Imaging.Metafile data.

    Return Value

    The newly created System.Drawing.Imaging.Metafile or null if metafile can not be created from specified data.
    See Also