ComponentOne Document Library for WPF
ReadMetafileFromMemory Method

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > Utils Class : ReadMetafileFromMemory Method
The byte array containing the Metafile data.
Reads a Metafile from a byte array.
Syntax
'Declaration
 
Public Shared Function ReadMetafileFromMemory( _
   ByVal imageData() As System.Byte _
) As System.Drawing.Imaging.Metafile
public static System.Drawing.Imaging.Metafile ReadMetafileFromMemory( 
   System.byte[] imageData
)

Parameters

imageData
The byte array containing the Metafile data.

Return Value

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

Reference

Utils Class
Utils Members
WriteMetafileToMemory(Metafile)