DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / DisplayCacheTime Property






    DisplayCacheTime Property
    Controls how long display cache copies of images are retained.
    Syntax
    'Declaration
     
    
    Public Shared Property DisplayCacheTime As System.TimeSpan
     
    'Usage
     
    
    Dim value As System.TimeSpan
     
    DicomGlobal.DisplayCacheTime = value
     
    value = DicomGlobal.DisplayCacheTime
    Remarks
    Cached copies of displayed images are discarded after this interval if the memory has not been needed earlier. The default value is 25 seconds.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also