Thumbnail.FileInfo Property |
Gets the file information 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 FileInfo FileInfo { get; }
Public ReadOnly Property FileInfo As FileInfo
Get
Property Value
Type:
FileInfo The file information associated with the thumbnail image if it was loaded from a file.
See Also