Skip to main content
A newer version of this page is available. .

PdfViewerControl.AllowCachePages Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public bool AllowCachePages { get; set; }

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