ThumbnailFileInfo 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.5.0.5.0.230 (.NET 4.6.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