SaveToPng

VectorImageResourceBase.SaveToPng method

In implementing type should save a current vector image to the raster PNG format into specified byte stream

public abstract void SaveToPng(Stream outputPngContent)
Parameter Type Description
outputPngContent Stream Byte stream, into which the PNG version of this raster image will be stored. Should not be NULL and should support writing.

See Also