Provides data for the RasterThumbnailBrowser.LoadThumbnail event.
public class RasterThumbnailBrowserLoadThumbnailEventArgs : EventArgs
Public Class RasterThumbnailBrowserLoadThumbnailEventArgs
Inherits System.EventArgs
public ref class RasterThumbnailBrowserLoadThumbnailEventArgs : public System.EventArgs
The RasterThumbnailBrowser.LoadThumbnail event is raised for each item found as a result of calling the RasterThumbnailBrowser.LoadThumbnails method.
RasterThumbnailBrowserLoadThumbnailEventArgs contains the FileName property that will hold the physical path to the item being loaded. Use this property to manually load the image. Set it using the Image property.
The Index and Total properties gives you an indication of how far the loading process has progressed. Use this information to update a progress bar for the user.
The Cancel property lets you abort the loading process at anytime (for example, due to the user clicking the cancel button.)
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