LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RasterThumbnailBrowserLoadFlags Enumeration






Used in the RasterThumbnailBrowser.LoadThumbnails to control how the RasterThumbnailBrowser loads the thumbnails.
Syntax
[FlagsAttribute()]
public enum RasterThumbnailBrowserLoadFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterThumbnailBrowserLoadFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterThumbnailBrowserLoadFlags
[FlagsAttribute()]
public enum RasterThumbnailBrowserLoadFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.WinForms.RasterThumbnailBrowserLoadFlags = function() { };
Leadtools.WinForms.RasterThumbnailBrowserLoadFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RasterThumbnailBrowserLoadFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AllDirectoriesLoad image files in current directory and all subdirectories. If this flag is not set only image files in the current directory will be loaded.
BlockThe method will not return until all thumbnails are loaded.
ExpandMultiPageFileA RasterImageListItem will be created and added to the RasterThumbnailBrowser for each page found in the image file if it is a multipage file.
NoneDefault mode. The method will return immediately and the thumbnails are loaded in a background thread.
OnlyValidImageFilesOnly 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.
Example
For an example, refer to RasterThumbnailBrowser.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterThumbnailBrowserLoadFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.WinForms Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.