This method selects a thumbnail image.

[Visual Basic] Public Function SelectImage(imageNumber As Integer) As Boolean
[C#] public bool SelectImage(int imageNumber);

Parameters

imageNumber
     The sequential number of the thumbnail image (starts from 1)

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The SelectImage method selects a thumbnail image. When the EnableSelectMultiFiles property is False, the last selected thumbnail image is selected, all previously selected thumbnail images will be deselected. By setting the ImageNumber parameter value in the ArrayImageNumber property, the ArrayFileName, ArrayPageNumber, and ArrayDirectoryName properties can be retrieved.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation