Browse our Products

Aspose.Diagram for .NET 18.11 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-50410MilestoneHelper - Add support of custom date string format setterEnhancement
DIAGRAMNET-51568Add an option to set ViewBox in SaveOptions for SVGEnhancement
DIAGRAMNET-51580Aspose.Diagram creates SVG with guidelines and MS Visio does notEnhancement
DIAGRAMNET-51556Shape.ToImage method is not generating correct imagesBug
DIAGRAMNET-51557Shape.ToImage method returns blank images in case of copy of the pageBug
DIAGRAMNET-51570Shape.ToImage method is not generating correct imagesBug
DIAGRAMNET-51576VSDX to PDF - Missing Text BlocksBug
DIAGRAMNET-51578VSDX to image results in StackOverFlowExceptionBug

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for .NET. If you have concerns about any change listed, please raise them in the Aspose.Diagram support forum.

Adds SVGFitToViewPort in SVGSaveOptions

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;

Adds ExportGuideShapes in RenderingSaveOptions

Defines whether need exporting the guide shapes or not.

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

o.ExportGuideShapes = false;

Adds DateFormatString in MilestoneHelper

DateFormat string of shape

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


 
 English