DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / DefaultCacheMode Property



In This Topic
    DefaultCacheMode Property
    In This Topic
    The default value for CacheMode which is applied to all new DicomImage objects.
    Syntax
    'Declaration
     
    Public Shared Property DefaultCacheMode As CacheTypes
    'Usage
     
    Dim value As CacheTypes
     
    DicomImage.DefaultCacheMode = value
     
    value = DicomImage.DefaultCacheMode
    public static CacheTypes DefaultCacheMode {get; set;}
    public:
    static property CacheTypes DefaultCacheMode {
       CacheTypes get();
       void set (    CacheTypes value);
    }
    Requirements

    Target Platforms: .NET CLR 3.5 or higher

    See Also