SaveToSvg

MetaImageBase.SaveToSvg method

In implementing WMF or EMF type should save a current vector meta-image to the vector SVG format to the specified byte stream

public abstract void SaveToSvg(Stream outputSvgContent)
Parameter Type Description
outputSvgContent Stream Byte stream, into which the SVG version of this vector meta-image will be stored. Should not be NULL and should support writing.

See Also