An integer value that represents the total number of items to load.
public int Total { get; }
Public ReadOnly Property Total As Integer
public:
property int Total {
int get();
}
The total number of items to load.
You can use the Index and the Total properties to update a progress bar for the load process. You need to setup the progress bar with the following:
Property | Value |
---|---|
ProgressBar.Minimum | 0 - You only need to set this the first time |
ProgressBar.Maximum | Total - You only need to set this the first time |
ProgressBar.Value | Index |
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