'Declaration <DefaultValueAttribute(True)> Public Property CachePageImages As Boolean
[DefaultValue(True)] public bool CachePageImages { get; set; }
[DefaultValue(True)] public: __property bool get_CachePageImages(); public: __property void set_CachePageImages(
bool value
);
Property Value
true - кэшировать изображения страниц; false - не кэшировать изображения страниц.