DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / CacheMode Property



    CacheMode Property (DicomDataSet)
    Controls how the pixel data is cached
    Syntax
    'Declaration
     
    Public Property CacheMode As CacheTypes
     
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As CacheTypes
     
    instance.CacheMode = value
     
    value = instance.CacheMode
    Remarks
    See DicomObjects.Enums.CacheTypes for details of the values
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also