This method deselects a thumbnail image that has been selected.

[Visual Basic] Public Function DeSelectImage(imageNumber As Integer) As Boolean
[C#] public bool DeSelectImage(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 DeSelectImage method deselects a thumbnail image that has been selected. Thumbnail images can be selected with a mouse click, the keyboard, or the SelectImage method.

If no thumbnail image has been selected, executing the DeSelectImage method will not do anything. 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