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

Index Property (RasterThumbnailBrowserLoadThumbnailEventArgs)






A zero-based integer that specifies the current position in number of items to load.
Syntax
public int Index {get;}
'Declaration
 
Public ReadOnly Property Index As Integer
'Usage
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs
Dim value As Integer
 
value = instance.Index
public int Index {get;}
 get_Index(); 
public:
property int Index {
   int get();
}

Property Value

The zero-based integer that specifies the current position in number of items to load.
Remarks
You can use the Index and the Total properties to update a progress bar for the load process. You need to set up the progress bar with the following:
Property Value
ProgressBar.Minimum 0 - You only need to set this the first time.
ProgressBar.Maximum Total - You only need to set this the first time.
ProgressBar.Value Index
Example
For an example, refer to RasterThumbnailBrowser.LoadThumbnail.
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

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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