GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / GetItemFileSource Method
The item index. Between 0 and ItemCount - 1.





In This Topic
GetItemFileSource Method (ThumbnailEx)
In This Topic
Returns the file path of the item source in case the control has been loaded from a folder source by the LoadFromDirectory() method.
Syntax
'Declaration
 
Public Function GetItemFileSource( _
   ByVal ItemIdx As Integer _
) As String
 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.

Return Value

The item's file source path.
See Also