浏览我们的产品

Aspose.Diagram for .NET 18.11 发行说明

改进和变化

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


 
 简体中文