Version 7.2.0 - June 8, 2026
-
Fixed: EXIF thumbnails did not work since Version 6.2.0 - December 1, 2024.
ImageTask.Thumbnail()resized the original image even if there was an EXIF thumbnail suitable for the requested size. -
Improved: Stability and performance of image processing and image formats.
-
Added:
UrlFileProvidernow supports Basic, Digest and Windows Authentication with new propertiesUserNameandPassword.
Also if no credentials are provided, i.e.UserNameproperty is not set, new propertyUseDefaultCredentialscan be set totrue
to use the current Windows identity for Windows Integrated Authentication (NTLM/Kerberos/Negotiate).
URL legacy format with UserInfo component is also now supported e.g.http://username:password@example.com/Subfolder/File.ext.
IfUserNameproperty is not set then credentials from URL UserInfo componentusername:password@will be used
but HTTP request will be sent with stripped URL that does not include UserInfo component (to prevent UserInfo leaking into server logs). -
Improved:
UrlFileProvidernow throws more descriptive error message then URL is not accessible, for example:Error accessing URL 'http://...'. Response status code does not indicate success: 401 (Unauthorized).So when DocumentViewer can not open the file and show an error message dialog,
user should now know that it comes fromUrlFileProvider.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2019+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2015+
- ASP.NET MVC (VB) - Visual Studio 2015+
- ASP.NET WebForms (C#) - Visual Studio 2015+
- ASP.NET WebForms (VB) - Visual Studio 2015+