'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
'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
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.CacheTypes
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