DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CacheMode Property

In This Topic
    CacheMode Property (DicomImage)
    In This Topic
    Controls how the pixel data is cached
    Syntax
    'Declaration
     
    
    Public Property CacheMode As CacheTypes
    public CacheTypes CacheMode {get; set;}
    Remarks
    See DicomObjects.Enums.CacheTypes for details of the values
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also