Skip to main content

PdfViewerControl.CacheSize Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.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

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