GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / LoadFromFiles Method
An array of file path from which thumbnails will be generated.





In This Topic
LoadFromFiles Method (ThumbnailEx)
In This Topic
Load thumbnails from an array of files. Thumbnails will be generated asynchronously.
Syntax
'Declaration
 
Public Function LoadFromFiles( _
   ByVal Files() As String _
) As GdPictureStatus
 

Parameters

Files
An array of file path from which thumbnails will be generated.

Return Value

A member of the GdPictureStatus enumeration.
See Also