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



In This Topic
    DefaultCacheMode Property
    In This Topic
    Default Cache Mode value used to initialize "CacheMode" property for DicomImage and DicomDataSet. This will be applied to all new instances.
    Syntax
    'Declaration
     
    Public Shared Property DefaultCacheMode As CacheTypes
    'Usage
     
    Dim value As CacheTypes
     
    DicomGlobal.DefaultCacheMode = value
     
    value = DicomGlobal.DefaultCacheMode
    public static CacheTypes DefaultCacheMode {get; set;}
    public:
    static property CacheTypes DefaultCacheMode {
       CacheTypes get();
       void set (    CacheTypes value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also