write_as_emf method

write_as_emf

Saves the SVG image as an EMF file.

def write_as_emf(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseTarget stream

Examples

The following example demonstrates how to save the SVG image into a metafile.

        This sample demonstrates how to add the SVG image as a metafile to the presentation image collection.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))Target stream is None

See Also