FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / WriteMetafileToMemory Method
The System.Drawing.Imaging.Metafile to write.

In This Topic
    WriteMetafileToMemory Method (Utils)
    In This Topic
    Writes a System.Drawing.Imaging.Metafile to a byte array.
    Syntax
    'Declaration
     
    Public Shared Function WriteMetafileToMemory( _
       ByVal metafile As Metafile _
    ) As Byte()
    public static byte[] WriteMetafileToMemory( 
       Metafile metafile
    )

    Parameters

    metafile
    The System.Drawing.Imaging.Metafile to write.

    Return Value

    The byte array containing the metafile data.
    See Also