Completed
Last Updated: 08 Mar 2018 08:44 by ADMIN
ADMIN
Hristo
Created on: 07 Mar 2018 09:20
Category: PdfViewer
Type: Bug Report
1
FIX. RadPdfViewer - implement a way to control the count of the cached pages in order to fix peak memory consumption

		
1 comment
ADMIN
Peter
Posted on: 08 Mar 2018 08:44
The number of the cached pages is determined by the CacheCapacity property. When loading large documents which are going to be zoomed a lot and scrolled fast, the CacheCapacity property can be set to smaller number. The minimum is 1.
Example: this.radPdfViewer1.PdfViewerElement.CacheCapacity = 1;