'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 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.