The image thumbnail to load.
public RasterImage Image { get; set; }
Public Property Image As Leadtools.RasterImage
public:
property Leadtools.RasterImage^ Image {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
An Leadtools.RasterImage object of the item.
The RasterThumbnailBrowser object fires the RasterThumbnailBrowser.LoadThumbnail once for each file found. Initially, the Image value of the RasterThumbnailBrowserLoadThumbnailEventArgs event data will be set to a null reference (Nothing in VB). If you decide to manually load the image yourself, you can set the object that you load in the Image property. The RasterThumbnailBrowser object will check if the Image if still a null reference (Nothing in VB), and will only load the image if it is not.
For an example, refer to RasterThumbnailBrowser.LoadThumbnail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET