C#
VB
C++
Used in the RasterThumbnailBrowser.LoadThumbnails to control how the RasterThumbnailBrowser loads the thumbnails.
[FlagsAttribute()]
public enum RasterThumbnailBrowserLoadFlags
<FlagsAttribute()>
Public Enum RasterThumbnailBrowserLoadFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class RasterThumbnailBrowserLoadFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Default mode. The method will return immediately and the thumbnails are loaded in a background thread. |
0x00000001 | Block | The method will not return until all thumbnails are loaded. |
0x00000002 | OnlyValidImageFiles | Only valid image files are loaded. Any file that contains data not recognized by the RasterThumbnailBrowser.Codecs object as a valid image file will not be loaded. |
0x00000004 | AllDirectories | Load image files in current directory and all subdirectories. If this flag is not set only image files in the current directory will be loaded. |
0x00000008 | ExpandMultiPageFile | A RasterImageListItem will be created and added to the RasterThumbnailBrowser for each page found in the image file if it is a multipage file. |
For an example, refer to RasterThumbnailBrowser.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET