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

RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32,Int32,Int32)






The item to load.
The physical path to the file to load.
A zero-based integer that specifies the current position in number of items to load.
An integer value that represents the total number of items to load.
An integer value that contains the page number in the file to load.
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
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total,
   int page,
   int totalPages
)
'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 _
)
'Usage
 
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 New RasterThumbnailBrowserLoadThumbnailEventArgs(item, fileName, index, total, page, totalPages)
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total,
   int page,
   int totalPages
)
function RasterThumbnailBrowserLoadThumbnailEventArgs( 
   item ,
   fileName ,
   index ,
   total ,
   page ,
   totalPages 
)
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 specifies 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: 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
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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