Thumbnail.FilePath Property |
Gets the file path associated with the thumbnail image if it was loaded from a file.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic string FilePath { get; }
Public ReadOnly Property FilePath As String
Get
Property Value
Type:
String The file path associated with the thumbnail image if it was loaded from a file.
See Also