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




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