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

RasterThumbnailBrowserAddFileEventArgs Constructor(String,Int32,Int32)






A System.String containing the file name of the item added.
An System.Int32 value that contains the page number in the file that was just added.
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
public RasterThumbnailBrowserAddFileEventArgs( 
   string fileName,
   int page,
   int totalPages
)
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal page As Integer, _
   ByVal totalPages As Integer _
)
'Usage
 
Dim fileName As String
Dim page As Integer
Dim totalPages As Integer
 
Dim instance As New RasterThumbnailBrowserAddFileEventArgs(fileName, page, totalPages)
public RasterThumbnailBrowserAddFileEventArgs( 
   string fileName,
   int page,
   int totalPages
)
function RasterThumbnailBrowserAddFileEventArgs( 
   fileName ,
   page ,
   totalPages 
)
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
Refer to RasterThumbnailBrowser.
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

RasterThumbnailBrowserAddFileEventArgs Class
RasterThumbnailBrowserAddFileEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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