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).
 TotalImageNumber [Visual Basic] Integer
[C#] int
Retrieves the total number of thumbnail images.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation