groupdocs-viewer / GroupDocs.Viewer-for-.NET

GroupDocs.Viewer for .NET examples, plugins and showcase
https://products.groupdocs.com/viewer/net
MIT License
45 stars 45 forks source link

[MVC-10017] : Request to get page image is called twice for the same page number #95

Closed usman-aziz closed 7 years ago

usman-aziz commented 7 years ago

This issue was originally raised via forum thread: http://www.groupdocs.com/Community/forums/permalink/15537/15515/showthread.aspx#15515

One of the users reported that request to get the page image of the same page number is called twice whereas the document contains only one page and showThumbnails is also false. This makes the viewer slow in performance as multiple calls are being posted to get one page. He is using image-based rendering. For details, please see forum thread.

usman-aziz commented 7 years ago

The issue will be resolved by including viewerStyle : 1 in JavaScript parameters in index.cshtml.