←Select platform

RasterThumbnailBrowserAddFileEventArgs Constructor(string,int,int)

Summary

Initializes a new RasterThumbnailBrowserAddFileEventArgs with explicit values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal fileName As String, _ 
   ByVal page As Integer, _ 
   ByVal totalPages As Integer _ 
) 
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

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

Leadtools.WinForms Assembly