PDFView4NET WPF Edition
CacheRenderedPages Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : CacheRenderedPages Property
Gets or sets a value indicating whether [cache rendered pages].
Syntax
'Declaration
 
Public Property CacheRenderedPages As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.CacheRenderedPages = value
 
value = instance.CacheRenderedPages
public bool CacheRenderedPages {get; set;}
public: __property bool get_CacheRenderedPages();
public: __property void set_CacheRenderedPages( 
   bool value
);
public:
property bool CacheRenderedPages {
   bool get();
   void set (    bool value);
}

Property Value

true if [cache rendered pages]; otherwise, false.
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