浏览我们的产品

Aspose.Diagram for .NET 19.4 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-51602嵌入式 XSLX 对象在操作后损坏强化
DIAGRAMNET-51625.vsdx 文件中的外部 excel 数据在重新保存时被删除 Diagram强化
DIAGRAMNET-51626API 不处理excel数据强化
DIAGRAMNET-51627基于Dependson公式提取形状数据强化
DIAGRAMNET-51629放大页面以适合绘图似乎不起作用强化
DIAGRAMNET-51176The gradient title bar is changed on converting a VSDM to SVG漏洞
DIAGRAMNET-51404VSD to Image - 形状颜色深漏洞
DIAGRAMNET-51473VDX to PDF - The incorrect background color漏洞
DIAGRAMNET-51475VSDX to PDF - The gradients are being rendered in reversed漏洞
DIAGRAMNET-51616Visio to PDF - Gradient is rendering upside down in output PDF漏洞
DIAGRAMNET-51630VSDX to HTML - Background color of shapes is not present in the output漏洞
DIAGRAMNET-51631VSDX to PDF - Background color of shapes is not present in the output漏洞
DIAGRAMNET-51632VSD to SVG - Unable to cast object of type ‘ ’ to type ‘ ’ Exception occurred漏洞

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

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

添加枚举 RemoveHiddenInfoItem

指定删除 diagram 的隐藏信息。

在 Diagram 中添加 RemoveHiddenInfoItem

删除未使用的信息。

diagram.RemoveHiddenInformation((int)(RemoveHiddenInfoItem.Shapes | RemoveHiddenInfoItem.Masters));


 
 简体中文