我在使用如下代码将groupsharp保存为png图片,但是绘制内容质量不太行,是否有办法提高质量?
ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat.Png)
{
Resolution = 300,
PaperColor = Color.Transparent,
GraphicsQualityOptions = new Graphic…...Text; // 假设已有 Document doc 并且获取了 GroupShape 对象 GroupShape...GroupShape groupShape = (GroupShape)doc.GetChild(NodeType.GroupShape...