Back to Devexpress

PdfViewerControl.CacheSize Property

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

latest1.3 KB
Original Source

PdfViewerControl.CacheSize Property

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

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
[DefaultValue(300000000)]
public int CacheSize { get; set; }
vb
<DefaultValue(300000000)>
Public Property CacheSize As Integer

Property Value

TypeDefaultDescription
Int32300000000

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

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace