←Select platform

RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,string,int,int,int,int)

Summary

Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.

Syntax

C#
VB
C++
  
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 
) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly