PdfViewerControl.CacheSize Property
In This Article
Gets or sets the cache size (in bytes). This is a dependency property.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 300000000 | An integer value that specifies the cache size (in bytes). |
#Remarks
Use the CacheSize
property to reduce the cache size and speed up the page rendering process. If the CacheSize
property is set to 0
, the PDF image cache size is unlimited.
See Also