LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterThumbnailBrowserAddFileEventArgs Constructor(String,Int32,Int32)
See Also 
Leadtools.WinForms Namespace > RasterThumbnailBrowserAddFileEventArgs Class > RasterThumbnailBrowserAddFileEventArgs Constructor : RasterThumbnailBrowserAddFileEventArgs Constructor(String,Int32,Int32)



fileName
A System.String containing the file name of the item added.
page
An System.Int32 value that contains the page number in the file that was just added.
totalPages
An System.Int32 value that contains the total number of pages in the file that was just added.
Initializes a new RasterThumbnailBrowserAddFileEventArgs with explicit values.

Syntax

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

Parameters

fileName
A System.String containing the file name of the item added.
page
An System.Int32 value that contains the page number in the file that was just added.
totalPages
An System.Int32 value that contains the total number of pages in the file that was just added.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also