SaveToSvg

EmfImage.SaveToSvg method

Saves this vector EMF image into vector SVG image

public override void SaveToSvg(Stream outputSvgContent)
Parameter Type Description
outputSvgContent Stream Output stream, into which the content of SVG image will be written. Cannot be NULL and should be writable.

See Also