LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterThumbnailBrowserAddFileEventArgs Constructor(String,Int32,Int32)

Show in webframe





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
)

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

See Also

Reference

RasterThumbnailBrowserAddFileEventArgs Class
RasterThumbnailBrowserAddFileEventArgs Members
Overload List

 

 


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