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