Aspose.Diagram for .NET 18.11 发行说明

改进和变化

钥匙 概括 类别
DIAGRAMNET-50410 MilestoneHelper - 添加对自定义日期字符串格式设置器的支持 强化
DIAGRAMNET-51568 Add an option to set ViewBox in SaveOptions for SVG 强化
DIAGRAMNET-51580 Aspose.Diagram creates SVG with guidelines and MS Visio does not 强化
DIAGRAMNET-51556 Shape.ToImage 方法未生成正确的图像 漏洞
DIAGRAMNET-51557 Shape.ToImage 方法在复制页面的情况下返回空白图像 漏洞
DIAGRAMNET-51570 Shape.ToImage 方法未生成正确的图像 漏洞
DIAGRAMNET-51576 VSDX to PDF - Missing Text Blocks 漏洞
DIAGRAMNET-51578 VSDX 图像导致 StackOverFlowException 漏洞

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

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

在 SVGSaveOptions 中添加 SVGFitToViewPort

If this property is true, the generated SVG will fit to view port.

 SVGSaveOptions option = new SVGSaveOptions();

option.SVGFitToViewPort = true;

SVGSaveOptions option = new SVGSaveOptions();

option.SVGFitToViewPort = true;

在 RenderingSaveOptions 中添加 ExportGuideShapes

定义是否需要导出导向形状。

 Aspose.Diagram.Saving.SVGSaveOptions o = new SVGSaveOptions();

o.ExportGuideShapes = false;

在 MilestoneHelper 中添加 DateFormatString

DateFormat 形状字符串

 milestoneHelper.DateFormatString = "yyyy/mm/dd";