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




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : MaxImageSizeToCache Property
Specifies the maximum size in bytes of documents to cache.
Syntax
'Declaration
 
Public ReadOnly Property MaxImageSizeToCache As Long
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Long
 
value = instance.MaxImageSizeToCache
public long MaxImageSizeToCache {get;}
public: __property long get_MaxImageSizeToCache();
public:
property int64 MaxImageSizeToCache {
   int64 get();
}
Remarks
Defaults to 524288 (512 KB).
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members