[]
        
(Showing Draft Content)

C1.Win.Document.Utils.ReadMetafileFromMemory

ReadMetafileFromMemory Method

ReadMetafileFromMemory(byte[])

Reads a Metafile from a byte array.

Declaration
public static Metafile ReadMetafileFromMemory(byte[] imageData)
Parameters
Type Name Description
byte[] imageData

The byte array containing the Metafile data.

Returns
Type Description
Metafile

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

See Also