浏览我们的产品

Aspose.Diagram for .NET 18.9 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-51509VSDX to PNG - Line opacity lost in output image强化
DIAGRAMNET-51510VSDX to SVG - Line opacity lost in output image强化
DIAGRAMNET-51516将多个 VISIO 文件合并为单个输出强化
DIAGRAMNET-50272VSD to SVG conversion - Some connection points have wrong position and size漏洞
DIAGRAMNET-50273VSD to SVG - The alignment of shape text items are incorrect漏洞
DIAGRAMNET-50487VSD to HTML - Slash character between the value is misplaced漏洞
DIAGRAMNET-50975VSDX to PDF - Background color of the shape is black漏洞
DIAGRAMNET-50976VSDX to HTML - Background color of the shape is black漏洞
DIAGRAMNET-50980VSDX to PNG - Numbers inside the diamond shapes are misplaced漏洞
DIAGRAMNET-51129The text items are not aligned properly on converting a VSD to PDF漏洞
DIAGRAMNET-51511Additional arrowheads in PNG conversion漏洞
DIAGRAMNET-51512Additional arrowheads showing in SVG conversion漏洞

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

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在这Aspose.Diagram 支持论坛.

在 Diagram 类中添加了 Combine 方法

将一个 Diagram 对象与另一个 Diagram 对象组合。

             Diagram diagramF = new Diagram( "f.vsdx");

            Diagram diagramS = new Diagram( "s.vsdx");

            diagramF.Combine(diagramS);


 
 简体中文