'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); }