Back to Devexpress

PdfViewerControl.AllowCachePages Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-fce9d596.md

latest1.3 KB
Original Source

PdfViewerControl.AllowCachePages Property

Gets or sets whether to enable page caching. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool AllowCachePages { get; set; }
vb
Public Property AllowCachePages As Boolean

Property Value

TypeDescription
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

CacheSize

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace