Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.
public RasterThumbnailBrowserLoadThumbnailEventArgs(
RasterImageListItem item,
string fileName,
int index,
int total,
int page,
int totalPages
)
Public Function New( _
ByVal item As Leadtools.Winforms.RasterImageListItem, _
ByVal fileName As String, _
ByVal index As Integer, _
ByVal total As Integer, _
ByVal page As Integer, _
ByVal totalPages As Integer _
)
public:
RasterThumbnailBrowserLoadThumbnailEventArgs(
Leadtools.Winforms.RasterImageListItem^ item,
String^ fileName,
int index,
int total,
int page,
int totalPages
)
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.
This constructor is meant to be called internally from the LEADTOOLS for .NET framework.
RasterThumbnailBrowserLoadThumbnailEventArgs Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET