ImageGear .NET v24.12 - Updated
MaxImageSizeToCache Property (MarkupFileImageDataProvider)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataProvider Class : MaxImageSizeToCache Property
Gets the Max Image Size To Cache specified in Web.config for this Data Provider. This is the maximum size in bytes of documents to cache in RAM.
Syntax
'Declaration
 
Public ReadOnly Property MaxImageSizeToCache As Long
'Usage
 
Dim instance As MarkupFileImageDataProvider
Dim value As Long
 
value = instance.MaxImageSizeToCache
public long MaxImageSizeToCache {get;}
public: __property long get_MaxImageSizeToCache();
public:
property int64 MaxImageSizeToCache {
   int64 get();
}
See Also

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members