This property retrieves the image file's directory name from the thumbnail image specified by the ArrayImageNumber property.

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

Property Value

The name of the directory containing the image file

Explanation

The ArrayDirectoryName property retrieves the image file's directory name from the thumbnail image specified by the ArrayImageNumber property. If the ArrayImageNumber property refers to an image that is not loaded from file, then the ArrayDirectoryName property will be an empty string or null (in Visual Basic, Nothing).

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation