This release includes the following changes:- Fixed: When ASP.NET impersonation was used via <identity impersonate=“true” … /> tag in web.config, when accessing temporary folder impersonation was being reverted “just in case”. This will not be done anymore because it cause access errors in some cases.More info about ASP.NET impersonation: Actually the user in <identity> tag already has to have permissions on “Temporary ASP.NET Files” because ASP.NET runtime throws an error on startup...
This release includes the following changes:- Fixed: When ASP.NET impersonation was used via <identity impersonate=“true” … /> tag in web.config, when accessing temporary folder impersonation was being reverted “just in case”. This will not be done anymore because it cause access errors in some cases. More info about ASP.NET impersonation: Actually the user in <identity> tag already has to have permissions on “Temporary ASP.NET Files” because ASP.NET runtime throws an error on...
This release includes the following changes:- Added: Brought back DocumentSource for convenient loading of documents from a stream or byte array (also via callbacks that return these). New DocumentViewer.DocumentSource property can be used as an alternative to DocumentViewer.Document property.//Load document from a stream:documentViewer.DocumentSource = new DocumentSource( new DocumentInfo(uniqueId, fileName), new StreamResult(stream) ); //Load document from a byte...
This release includes the following changes:- Fixed: When a license key was set and debugging in Visual Studio on Windows 10 Creators Update, the opened browser hanged on forever. The issue only happened on .NET 4.7 framework which came with Windows 10 Creators Update. - Improved: Document Viewer: - Fixed: Viewing TIFF files was broken with this error: Object reference not set to an instance of an object. - Fixed: When viewing image formats, the generated PDF files in cache...
This release includes the following changes:- Added: New DocumentViewer.ClientRotationChange and DocumentViewer.SinglePageRotationEnabled properties. This new client-side event raised when page rotation is changed via rotate buttons on the toolbar. The other new property specifies whether rotate buttons should only rotate the currently viewed page rather than all pages.function documentViewerRotationChange(sender, e) { //e.pageNumber (1-based) //e.rotation (0, 90, 180 or 270...
This release includes the following changes:- Fixed: Thumbnails sometimes appeared blank in FileManager especially in Chrome. Also improved lazy loading of thumbnails with better “in viewport” detection. Also fixed CTRL+F5 (or “disable cache” in developer tools) causing broken images issue. - Fixed: Search box label was not changing when changing folders and it was always displaying the name of first root folder, although the search was done in the correct folder. - Fixed:...
This release includes the following changes:- Added: More direct conversions: “Xps, Oxps, Xpz” to “Emf, Svg, Jpg, Png, Bmp, Txt” - Added: DocumentViewer class now accepts streams for input and output files. There is also new IInputHandler and IOutputHandler interfaces which can be implemented for more control over input and output files. Changed parameter type BackSlashPath to string in all methods because from now on, input or output file does not have to be a path, it can be any...
This release includes the following changes:- Fixed: License domain check for 3 letter domains failed as they were mistakenly treated as TLDs. Possible “Request is not available in this context” on probably earlier .net 4.0 versions when license key is set. - Improved: Updated missing descriptions (red warnings) in docs and added code samples in main classes.For the full version history of VideoUltimate, please see here.
This release includes the following changes:- Fixed: Login without user domain part feature introduced in 7.9.0 was not working properly. It worked for local machine users but not domain users as expected. - Improved: Document Viewer: - Improved: Conversion accuracy for Cad formats. - Added: Grayscale printing. The print dialog in DocumentViewer now has a “Grayscale (Black and White)” option.For the full version history of FileUltimate, please see here.For the full version...
This release includes the following changes:- Fixed: When HighlightedKeywords property was set, right panel which listed keywords and their locations was not visible as in versions before 2.7.0. Also HighlightedKeywords property can now be set from ASP.NET markup as comma separated values (e.g. HighlightedKeywords=“Keyword1,Keyword2”), not only from codebehind. - Added: CadInputOptions class for prodiving Cad formats specific options. RenderBackgroundColor property is used to set the...
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.