Specify how the image is stored in memory
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum ImageModeType
Public Enumeration ImageModeType
public enum class ImageModeType
Members
Member | Value | Description |
---|---|---|
Full | 0 |
A copy of the full bitmap is maintained.
|
Thumbnail | 1 |
A copy of the sub-sampled bitmap is maintained.
|
FastThumb | 2 |
Only the cached image of the display thumbnail is held in memory. If the thumbnail is cleared from the cache it will need to be reloaded.
|