浏览我们的产品

Aspose.Diagram for .NET 20.1 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-51198Shade on hyperlink button is not rendered correctly on saving VSDM to SVG强化
DIAGRAMNET-51526VSDX to PDF - Gradient fill for arrowheads lost in resultant PDF强化
DIAGRAMNET-51539The gradient in shapes has lost in output SVG强化
DIAGRAMNET-50705VSD to SVG export - Meta type shapes turn into messy symbols漏洞
DIAGRAMNET-51664删除未使用的主题后文件损坏漏洞
DIAGRAMNET-51665删除未使用的主题后图像显示为 X漏洞
DIAGRAMNET-51684删除未使用的主形状和样式时,只有图像有问题漏洞
DIAGRAMNET-51726背景图像缺失(PowerPoint 已添加到 VISIO 中)同时删除未使用的主控形状和样式漏洞
DIAGRAMNET-51737Visio 到 Html - 图片大小问题漏洞
DIAGRAMNET-51743从 Visio 中删除私人信息 - Visio 文档大小问题漏洞
DIAGRAMNET-51745将 VSD 转换为 VSDX 时 WPF 应用程序中出现奇怪的错误漏洞

公共 API 和向后不兼容的更改

  • 将页面添加到 LoadOptions - 指定要加载的页面的索引。
Aspose.Diagram.LoadOptions options = new Aspose.Diagram.LoadOptions(LoadFileFormat.VSDX);

options.Pages = new ArrayList();

options.Pages.Add(0);
  • 在 FontConfigs 中添加了 SetFontSources - 设置字体源
Aspose.Diagram.MemoryFontSource sc1 = new Aspose.Diagram.MemoryFontSource(b);

Aspose.Diagram.MemoryFontSource sc2 = new Aspose.Diagram.MemoryFontSource(b);

Aspose.Diagram.MemoryFontSource[]sc = new Aspose.Diagram.MemoryFontSource[]{ sc1, sc2 };

Aspose.Diagram.FontConfigs.SetFontSources(sc); 


 
 简体中文