[]
Serializes a Metafile to a disk file.
public static bool WriteMetafileToFile(Metafile metafile, string fileName)
| Type | Name | Description |
|---|---|---|
| Metafile | metafile | The Metafile to serialize. |
| string | fileName | The target file name. |
| Type | Description |
|---|---|
| bool | True if metafile was successfully saved. |