DocumentUltimate 1.6.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Version 1.6.0 - April 11, 2016
- Added: HighlightedKeywords property to specify the keywords to be highlighted when the document is displayed.
 For example, if you launch the document viewer from a search results page, you can pass the searched keywords.
- Added: LoadingMessage property to override the default message displayed while the document is being prepared for
 the first-time viewing. For example, you can override the default message for localization purpose.
- Improved: Server side errors while loading the document will be handled better and more detailed error messages will be
 displayed instead of a generic message.
- Improved: When session expires, a "Refresh page" dialog will be shown with a countdown of 10 seconds.
- Fixed: The document viewer failed with "Uncaught TypeError: $(...).block is not a function" when you included jQuery
 in the same page. From now on, document viewer's own jQuery version will not conflict with yours.
- Fixed: When SetDocumentStream method was used, the temporary stream in cache folder was left locked, thus it was not
 being deleted.