This method determines if the specified thumbnail image is selected.

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

Parameters

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

Return Value

Returns True if successful. Returns False when the thumbnail is not selected or the method is not successful.

Explanation

The IsSelected method determines if the specified thumbnail image is selected. This method is used to retrieve information about a thumbnail image that has been selected by the mouse, by the keyboard, or by the SelectImage method. By passing the value returned in the ImageNumber parameter of this method to the ArrayImageNumber property, the image filename, page number (for multi-page images), and full path can be retrieved from the ArrayFileName, ArrayPageNumber, and ArrayDirectoryName properties.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation