'Declaration Public Enum CacheTypes Inherits System.Enum
'Usage Dim instance As CacheTypes
public enum CacheTypes : System.Enum
public enum class CacheTypes : public System.Enum
'Declaration Public Enum CacheTypes Inherits System.Enum
'Usage Dim instance As CacheTypes
public enum CacheTypes : System.Enum
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