PDFView4NET WinForms Edition
RenderPageOnZoomOut Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : RenderPageOnZoomOut Property
Gets or sets a value indicating whether the page should be rendered again when zooming out.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Enables the cache of rendered pages.")>
<DefaultValueAttribute(False)>
Public Property RenderPageOnZoomOut As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.RenderPageOnZoomOut = value
 
value = instance.RenderPageOnZoomOut
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(false)]
public bool RenderPageOnZoomOut {get; set;}
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(false)]
public: __property bool get_RenderPageOnZoomOut();
public: __property void set_RenderPageOnZoomOut( 
   bool value
);
[Category("PDF")]
[Description("Enables the cache of rendered pages.")]
[DefaultValue(false)]
public:
property bool RenderPageOnZoomOut {
   bool get();
   void set (    bool value);
}

Property Value

True if the page should be rendered again, false otherwise. Default is false.
Remarks
If the page is rendered in full image at a zoom level, when zooming out the page is not rendered again but the existing rendered page image is scaled down to match the new zoom.
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