Browse our Products

Aspose.Diagram for .NET 17.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51349Add support of converting a drawing to image same the area as a PDFEnhancement
DIAGRAMNET-51352Accessing embedded filesEnhancement
DIAGRAMNET-51085The formulas are lost under the controls tab of Shapesheet on saving in VSDXBug
DIAGRAMNET-51094Preserve default settings under the control tab on placing a Trapezoid shapeBug
DIAGRAMNET-51355VSDX to PDF - the text items are misplacedBug
DIAGRAMNET-51356VSDX to HTML - the text items are misplacedBug
DIAGRAMNET-51357Open and save routine of VSDX - missing date and edit date attributes of annotationsBug
 DIAGRAMNET-51358A null pointer error occurred on loading VSDX drawingBug
DIAGRAMNET-51359Error in element author list after loading a VSDXBug
DIAGRAMNET-51361VSDX to VDX - the incorrect text font of the shapeBug
DIAGRAMNET-51363Open and save routine of VSDX - Tabs section turns into a self-closed tagBug
DIAGRAMNET-51365VSD to PNG - incorrect layout of the shapesBug
DIAGRAMNET-51367VSD drawing import - an error in the element MasterBug
DIAGRAMNET-51368VSD to PNG - an overflow error occurredBug
DIAGRAMNET-51369VSD to PDF - misplaced text items at the bottomBug
DIAGRAMNET-51371VSDX to VSDX - additional text items are addedBug
DIAGRAMNET-51373Open and save routine of a VSDX drawing is missing an Asian text fontBug

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 SameAsPdfConversionArea in ImageSaveOptions

It specifies whether to save area in the same way as PDF.

 string dataDir = @"C:\temp\";

// load a drawing

Diagram diagram = new Diagram(dataDir + "Drawing1.vsdx");

// specify image save options

Aspose.Diagram.Saving.ImageSaveOptions opts = new Aspose.Diagram.Saving.ImageSaveOptions(SaveFileFormat.PNG);

opts.SameAsPdfConversionArea = true;


 
 English