SaveToPng

EmfImage.SaveToPng method

Saves this vector EMF image into raster PNG image

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

See Also