ReadMetafileFromMemory Method
In This Topic
Reads a Metafile from a byte array.
Syntax
'Declaration
Public Shared Function ReadMetafileFromMemory( _
ByVal () As Byte _
) As Metafile
public static Metafile ReadMetafileFromMemory(
byte[]
)
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)