This property sets the list of file names of the images to be displayed in the Thumbnail control.

[Visual Basic] Public Property ListOfFileNames As String
[C#] public string ListOfFileNames {get; set;}

Property Value

The list of FileNames (One filename is possible)

Default value is null (Nothing in Visual Basic)

Explanation

The ListOfFileNames property the list of file names of the images to be displayed in the Thumbnail control.

Use this property to set specified image files from multiple folders or specific image files from a single folder. To use the ListOfFileNames property, set an empty string (String.Empty) or null (Nothing in Visual Basic) in the FilePath property. When the ListOfFileNames property is enabled, the FileExtension property will be ignored. NOTE: The full path or absolute path to the image files must be set in the ListOfFileNames property.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation