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