PDFView4NET WinForms Edition
CacheRenderedPages Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : CacheRenderedPages Property
Gets or sets a value indicating whether the rendered pages should be cached.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Enables the cache of rendered pages.")>
<DefaultValueAttribute(True)>
Public Property CacheRenderedPages As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.CacheRenderedPages = value
 
value = instance.CacheRenderedPages
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(true)]
public bool CacheRenderedPages {get; set;}
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(true)]
public: __property bool get_CacheRenderedPages();
public: __property void set_CacheRenderedPages( 
   bool value
);
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(true)]
public:
property bool CacheRenderedPages {
   bool get();
   void set (    bool value);
}

Property Value

True if the rendered pages should be cached, false otherwise. Default is true.
Remarks
Caching of rendered pages improves the display speed when the page is displayed again but this also increases memory consumption, depending on how complex the page content is.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members