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

PdfViewerControl.CacheSize Property

Gets or sets the cache size (in bytes). This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

[DefaultValue(300000000)]
public int CacheSize { get; set; }

Property Value

Type Default Description
Int32 300000000

An integer value that specifies the cache size (in bytes).

Remarks

If the PdfViewer.CacheSize property is set to 0, the PDF image cache size is unlimited.

See Also