PdfViewerControl.AllowCachePages Property
In This Article
Gets or sets whether to enable page caching. 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 | Description |
---|---|
Boolean | true, to enable page caching; otherwise, false. |
#Remarks
Page caching can improve PDF Viewer performance, but requires additional memory to store cached pages.
See Also