Event that occurs when an image or meta data is being loaded, to report the total number of bytes being loaded.
The event handler receives an argument of type TotalBytesLoadedEventArgs containing data related to this event. The following TotalBytesLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ByteCount | Gets the total number of bytes loaded for this file. |
This event occurs before the data gets decoded. This event can be used to show the progress of the interactive decoder.
For an example that implements this event to report the number of bytes being loaded, refer to JpipRasterImageViewer.