[]
        
(Showing Draft Content)

C1.WPF.Document.Utils.ReadMetafileFromMemory

ReadMetafileFromMemory Method

ReadMetafileFromMemory(byte[])

Reads a System.Drawing.Imaging.Metafile from a byte array.

Declaration
public static Metafile ReadMetafileFromMemory(byte[] imageData)
Public Shared Function ReadMetafileFromMemory(imageData As Byte()) As Metafile
Parameters
Type Name Description
byte[] imageData

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

Returns
Type Description
Metafile

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

See Also