SaveToSvg

WmfImage.SaveToSvg method

Saves this vector WMF 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