This class exposes properties for the StartLoadFile and EndLoadFile events.

[Visual Basic] Public Class ThumbnailLoadEventArgs Inherits System.EventArgs
[C#] public class ThumbnailLoadEventArgsFSystem.EventArgs

Explanation

Property Type Explanation
 DirectoryName [Visual Basic] String
[C#] string
Retrieves the directory name for the thumbnail image.
 FileName [Visual Basic] String
[C#] string
 Retrieves the filename for the thumbnail image.
 ImageNumber [Visual Basic] Integer
[C#] int
Retrieves the thumbnail image number (Starts from 1).
 PageNumber [Visual Basic] Integer
[C#] int
Retrieves the thumbnail image's page number (Starts from 1).
 TotalImageNumber [Visual Basic] Integer
[C#] int
Retrieves the total number of thumbnail images.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation