ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider Class / MaxImageSizeToCache Property




In This Topic
    MaxImageSizeToCache Property (MarkupSqlImageDataProvider)
    In This Topic
    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