Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32,Int32,Int32)
See Also 
Leadtools.WinForms Namespace > RasterThumbnailBrowserLoadThumbnailEventArgs Class > RasterThumbnailBrowserLoadThumbnailEventArgs Constructor : RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32,Int32,Int32)



item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifes the current position in number of items to load.
total
An integer value that represents the total number of items to load.
page
An integer value that contains the page number in the file to load.
totalPages
An integer value that contains the total number of pages in the file to load.
Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As RasterImageListItem, _
   ByVal fileName As String, _
   ByVal index As Integer, _
   ByVal total As Integer, _
   ByVal page As Integer, _
   ByVal totalPages As Integer _
)
Visual Basic (Usage)Copy Code
Dim item As RasterImageListItem
Dim fileName As String
Dim index As Integer
Dim total As Integer
Dim page As Integer
Dim totalPages As Integer
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs(item, fileName, index, total, page, totalPages)
C# 
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total,
   int page,
   int totalPages
)
C++/CLI 
public:
RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem^ item,
   String^ fileName,
   int index,
   int total,
   int page,
   int totalPages
)

Parameters

item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifes the current position in number of items to load.
total
An integer value that represents the total number of items to load.
page
An integer value that contains the page number in the file to load.
totalPages
An integer value that contains the total number of pages in the file to load.

Remarks

This constructor is meant to be called internally from the LEADTOOLS for .NET framework.

Requirements

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

See Also