PDFView4NET WPF Edition
PrerenderDocumentPages Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : PrerenderDocumentPages Property
Gets or sets a value indicating whether the document pages should be prerendered or not.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DefaultValueAttribute(False)>
Public Property PrerenderDocumentPages As Boolean
'Usage
 
Dim instance As PDFDocument
Dim value As Boolean
 
instance.PrerenderDocumentPages = value
 
value = instance.PrerenderDocumentPages
[Browsable(true)]
[DefaultValue(false)]
public bool PrerenderDocumentPages {get; set;}
[Browsable(true)]
[DefaultValue(false)]
public: __property bool get_PrerenderDocumentPages();
public: __property void set_PrerenderDocumentPages( 
   bool value
);
[Browsable(true)]
[DefaultValue(false)]
public:
property bool PrerenderDocumentPages {
   bool get();
   void set (    bool value);
}

Property Value

True if the document pages should be prerendered, false otherwise.
Remarks
Setting this property to true causes the document to render all pages when the PDF file is loaded. This leads to faster page navigation but the document load time and memory consumption increases.
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

PDFDocument Class
PDFDocument Members