SaveToPng
SvgImage.SaveToPng method
将此矢量 SVG 图像保存为光栅 PNG image
public override void SaveToPng(Stream outputPngContent)
范围 | 类型 | 描述 |
---|---|---|
outputPngContent | Stream | 输出流,PNG图像的内容将写入其中。不能为 NULL 并且应该是可写的。 |
将此矢量 SVG 图像保存为光栅 PNG image
public override void SaveToPng(Stream outputPngContent)
范围 | 类型 | 描述 |
---|---|---|
outputPngContent | Stream | 输出流,PNG图像的内容将写入其中。不能为 NULL 并且应该是可写的。 |