Occurs when loading file(s) image(s), if the user passed LoadFileImage and/or GenerateThumbnail.
public event EventHandler<RasterDialogLoadProgressEventArgs> LoadProgress
Public Event LoadProgress As EventHandler(Of RasterDialogLoadProgressEventArgs)
public:
event EventHandler<RasterDialogLoadProgressEventArgs^>^ LoadProgress
The event handler receives an argument of type RasterDialogLoadProgressEventArgs containing data related to this event. The following RasterDialogLoadProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether to abort the command. |
FilePercent | Gets a value that shows the progress of the current file loading process. |
LoadRasterFileData | Gets the file data that has just been loaded. |
TotalPercent | An integer that represents the percentage of the total selected file(s) loading process. |
Refer to RasterOpenDialog example.
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