DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / CacheTypes Enumeration






In This Topic
    CacheTypes Enumeration
    In This Topic
    Flags which are used to control caching.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum CacheTypes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CacheTypes
    [System.Flags()]
    public enum CacheTypes : System.Enum 
    public enum CacheTypes = class(System.Enum)
    System.FlagsAttribute()
    public enum CacheTypes extends System.Enum
    [System.Flags()]
    __value public enum CacheTypes : public System.Enum 
    [System.Flags()]
    public enum class CacheTypes : public System.Enum 
    Members
    MemberDescription
    All All caches
    CompressedData Specifies the raw compressed pixel data (where it needs to be read from disk)
    Display Specifies the cached copy of the pixel display data
    LookupTables Specifies the lookup tables generated as a result of windowing etc.
    None No caching at all
    PixelData Specifies the raw uncompressed pixel data (where it needs to be decompressed or read from disk)
    Texture Specifies the GPU texture for the basic image data (before indowing etc.) in DirectX mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.CacheTypes

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also