LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

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

Show in webframe





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
)

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

See Also

Reference

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.