ComponentOne FlexReport for WinForms
WriteMetafileToMemory Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : WriteMetafileToMemory Method
The System.Drawing.Imaging.Metafile to write.
Writes a System.Drawing.Imaging.Metafile to a byte array.
Syntax
'Declaration
 
Public Shared Function WriteMetafileToMemory( _
   ByVal metafile As System.Drawing.Imaging.Metafile _
) As System.Byte()
public static System.byte[] WriteMetafileToMemory( 
   System.Drawing.Imaging.Metafile metafile
)

Parameters

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

Return Value

The byte array containing the metafile data.
See Also

Reference

Utils Class
Utils Members
ReadMetafileFromMemory Method