GroupDocs.Viewer for .NET 20.1 Release Notes

Major Features

There are 5 features, improvements, and bug-fixes in this release, most notable are:

  • Added OpenDocument Graphic Template (.otg) file-format support
  • Improved rendering presentations to responsive HTML
  • Removed legacy API

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-2045Add OpenDocument Graphic Template (.otg) file format supportFeature
VIEWERNET-2240Improve rendering presentations to responsive HTMLImprovement
VIEWERNET-2276MSI package is not signedBug
VIEWERNET-2277Resource loading timeout is not working for some filesBug
VIEWERNET-2282Parameter is not valid exception when resizing imageBug

Public API and Backward Incompatible Changes

Public API Changes

In version 20.1 following public class members were added, marked as obsolete, removed or replaced:

GroupDocs.Viewer.Legacy

We have removed all public types form GroupDocs.Viewer.Legacy namespace.

GroupDocs.Viewer.Options.LoadOptions

public LoadOptions(FileType fileType, string password) constructor has been removed

Please use the default parameterless constructor instead.

public LoadOptions(FileType fileType, string password, Encoding encoding) constructor has been removed

Please use the default parameterless constructor instead.