←Select platform

TotalBytesLoaded Event

Summary

Event that occurs when an image or meta data is being loaded, to report the total number of bytes being loaded.

Syntax

C#
VB
C++
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded 
  
Public Event TotalBytesLoaded As EventHandler(Of TotalBytesLoadedEventArgs) 
public: 
event EventHandler<TotalBytesLoadedEventArgs^>^ TotalBytesLoaded 

Event Data

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.

PropertyDescription
ByteCount Gets the total number of bytes loaded for this file.
Remarks

This event occurs before the data gets decoded. This event can be used to show the progress of the interactive decoder.

Example

For an example that implements this event to report the number of bytes being loaded, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly