Occurs once for each image file loaded into the RasterThumbnailBrowser.
public event EventHandler<RasterThumbnailBrowserAddFileEventArgs> AddFile
Public Event AddFile As EventHandler(Of RasterThumbnailBrowserAddFileEventArgs)
public:
event EventHandler<RasterThumbnailBrowserAddFileEventArgs^>^ AddFile
The event handler receives an argument of type RasterThumbnailBrowserAddFileEventArgs containing data related to this event. The following RasterThumbnailBrowserAddFileEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Add | Returns true if the file was successfully added to the RasterThumbnailBrowser; false otherwise. |
FileName | Returns the file name that was just added to the RasterThumbnailBrowser. |
Page | Return the page number for the file that was just added to the RasterThumbnailBrowser. |
TotalPages | Return the total number of pages for the file that was just added to the RasterThumbnailBrowser. |
This event is raised for each image file loaded. Loading images is initiated by calling the LoadThumbnails(string,string,rasterthumbnailbrowserloadflags) method.
For an example, refer to RasterThumbnailBrowser.
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