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



    DefaultCacheMode Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also