This method sorts the thumbnail image files according to the values set in the Sort, SortDate, and SortOrder properties.

[Visual Basic] Public Function SortImage() As Boolean
[C#] public bool SortImage();

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The SortImage method sorts the thumbnail image files according to the values set in the Sort, SortDate, and SortOrder properties.

When executing this method, be sure the appropriate values are set in the Sort, SortDate, and SortOrder properties. This may be useful after images have been dragged from Explorer into the Thumbnail Control or when loading images into the Thumbnail Control using the GetFiles method. If you have moved files within the Thumbnail Control or loaded files using the ThumbnailFile, then executing the SortImage method may change the order in which the thumbnails appear in the Thumbnail Control.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation