Browse our Products

Aspose.Diagram for .NET 25.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53794Error converting VSDX file to PDF/A at Aspose.Drawing.BitmapEnhancement
DIAGRAMNET-53796Very high memory usage when loading VSD Diagram with background pagesEnhancement
DIAGRAMNET-50834A corrupt VSD is generated on open and saveBug
DIAGRAMNET-50835A corrupt VSD is generated on open and saveBug
DIAGRAMNET-53797The PNG masters are brokenBug
DIAGRAMNET-53802When trying to save a vsd file to pdf, it goes on forever and never completesBug

Public API and Backward 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 it on the Aspose.Diagram support forum.

Adds ForegroundPage in LoadDataFilterOptions

  • Load Page foreground.
  Aspose.Diagram.LoadOptions lo = new Aspose.Diagram.LoadOptions();
  Aspose.Diagram.LoadFilter f = new Aspose.Diagram.LoadFilter();
  f.LoadDataFilterOptions = Aspose.Diagram.LoadDataFilterOptions.ForegroundPage;
  lo.LoadFilter = f;