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



In This Topic
    CacheTypes Enumeration
    In This Topic
    Flags which are used to control caching.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum CacheTypes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CacheTypes
    [Flags()]
    public enum CacheTypes : System.Enum 
    [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 Specified 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also