GroupDocs.Viewer for .NET 22.1.1 Release Notes

Major Features

This is hot-fix release that resolves issues after obsolete constructors were removed.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-3872Rollback removed constructorsImprovement

Public API and Backward Incompatible Changes

Rollback removed constructors:

  • public Viewer(Func<Stream> getFileStream);
  • public Viewer(Func<Stream> getFileStream, Func<LoadOptions> getLoadOptions);
  • public Viewer(Func<Stream> getFileStream, ViewerSettings settings);
  • public Viewer(Func<Stream> getFileStream, Func<LoadOptions> getLoadOptions, ViewerSettings settings);