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