Back to Devexpress

PdfViewer.ImageCacheSize Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-e5dae2db.md

latest1.2 KB
Original Source

PdfViewer.ImageCacheSize Property

Specifies the size of the PDF image cache (in megabytes).

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(300L)]
public long ImageCacheSize { get; set; }
vb
<DefaultValue(300L)>
Public Property ImageCacheSize As Long

Property Value

TypeDefaultDescription
Int64300

An integer value, specifying the image cache size (in megabytes).

|

Remarks

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

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace