Specify how the image is stored in memory

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
Full0
A copy of the full bitmap is maintained.
Thumbnail1
A copy of the sub-sampled bitmap is maintained.
FastThumb2
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.

See Also