This enumeration refers to how images are loaded and displayed in the Thumbnail Control.
public enum ThumbnailLoadMode
Public Members
Member | Value | Explanation |
---|---|---|
LoadFile | 0 | Loads files |
LoadFileDisplay | 1 | Loads and displays them while loading |
LoadMulti | 2 | Loads (for multi-page image files) |
LoadMultiDisplay | 3 | Loads (for multi-page image files) and displays them while loading |
LoadImageProperty | 4 | Loads image objects |
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail