Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterThumbnailBrowserLoadFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterThumbnailBrowserLoadFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterThumbnailBrowserLoadFlags : public Enum |
Member | Description |
---|---|
None | Default mode. The method will return immediately and the thumbnails are loaded in a background thread. |
Block | The method will not return until all thumbnails are loaded. |
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. |
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. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterThumbnailBrowserLoadFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family