示例#1
0
文件: Exporter.cs 项目: softearth/SVG
 public static void SaveToStreamAsJpeg(string svg, Stream stream)
 {
     Exporter.SaveToStream(svg, stream, ImageFormat.Jpeg);
 }