[]
public static bool WriteMetafileToStream(Metafile metafile, Stream stream)
Public Shared Function WriteMetafileToStream(metafile As Metafile, stream As Stream) As Boolean
| Type | Name | Description |
|---|---|---|
| Metafile | metafile | The Metafile to serialize. |
| Stream | stream | The target Stream. |
| Type | Description |
|---|---|
| bool | True if metafile was successfully saved. |