VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRendererCache Class / CachedDataSize Property
Syntax Requirements SeeAlso
In This Topic
    CachedDataSize Property (ImageRendererCache)
    In This Topic
    Gets the current size, in bytes, of cache.
    Syntax
    'Declaration
    
    Public ReadOnly Property CachedDataSize As Long
    
    
    public long CachedDataSize { get; }
    
    
    public: __property long get_CachedDataSize();
    
    
    
    public:
    property long CachedDataSize { long get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also