Note
This method is supported on Windows only.
public static void SaveAsEmf(
this Metafile metafile,
Stream stream
)<ExtensionAttribute>
Public Shared Sub SaveAsEmf (
metafile As Metafile,
stream As Stream
)public:
[ExtensionAttribute]
static void SaveAsEmf(
Metafile^ metafile,
Stream^ stream
)[<ExtensionAttribute>]
static member SaveAsEmf :
metafile : Metafile *
stream : Stream -> unit | ArgumentNullException | metafile or stream is . |
| ArgumentException | The RawFormat of the specified metafile is not the Emf format. |
| PlatformNotSupportedException | This method is supported on Windows only. |