Mode available for DicomImage.CacheMode
| Member | Value | Description |
|---|---|---|
| doCacheAll | 255 | All caches |
| doCacheCompressedData | 16 | Specifies the raw compressed pixel data (where it needs to be read from disk) |
| doCacheDisplay | 1 | Specified the cached copy of the pixel display data for all frames |
| doCacheLookupTables | 4 | Specifies the lookup tables generated as a result of windowing, etc |
| doCacheNone | 0 | No caching at all |
| doCachePixelData | 2 | Specifies the raw uncompressed pixel data (where it needs to be decompressed or read from disk) |
| doCacheTexture | 32 | Specifies the GPU texture for the basic image data (before windowing etc.) in DirectX mode |